- Document RC_SUBR_SUFFIX

This commit is contained in:
Pav Lucistnik 2007-01-31 18:56:48 +00:00
parent b1bb8f3ce4
commit 4e0894b133
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29477

View file

@ -7527,6 +7527,12 @@ run_rc_command "$1"</programlisting>
substitution using &quot;:=&quot; would inappropriately
override the user's intention.</para>
<para>The suffix of the rc script is provided in
<makevar>RC_SUBR_SUFFIX</makevar> for further use in the port's
<filename>Makefile</filename>. Current versions of &os; does not add
any suffix to the script name, but older versions has used to add
<filename>.sh</filename> suffix.</para>
<sect2>
<title>Stopping services at deinstall</title>