diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 61e20582c5..7fe8927247 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -4367,15 +4367,18 @@ post-patch: article on practical aspects of rc.d scripting. - One or more rc.d scripts can be - installed: + With a mythical port called + doorman, which needs to start a + doormand daemon. Add the following + to the Makefile: USE_RC_SUBR= doormand - Scripts must be placed in the files + Multiple scripts may be listed and will be installed. + Scripts must be placed in the files subdirectory and a .in suffix must be added to their filename. Standard SUB_LIST - expansions will be used for this file. Use of the + expansions will be ran against this file. Use of the %%PREFIX%% and %%LOCALBASE%% expansions is strongly encouraged as well. More on SUB_LIST in @@ -4387,7 +4390,8 @@ post-patch: by ports) are included in the overall &man.rcorder.8; of the base system. - Example simple rc.d script: + An example simple rc.d script to start + the doormand daemon: #!/bin/sh