diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-10-26 15:10:06 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-10-26 15:10:06 +0000 |
commit | 59537c5cf2b49e1f570bacf4257510d55ac27480 (patch) | |
tree | b379e9372c83cb4d07dfe3a3cf7f6e89431ac2aa | |
parent | 215256987a4f88187756e2576df02e673623f37d (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/porters-handbook/book.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 7fb340fe01..c5a41a6c4e 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -6273,7 +6273,9 @@ WX_UNICODE= yes</programlisting> can be found in <ulink url="&url.books.handbook;/configtuning-rcd.html">the rc.d Handbook chapter</ulink>. Detailed explanation of available commands are in - &man.rc.8; and &man.rc.subr.8;.</para> + &man.rc.8; and &man.rc.subr.8;. Finally, there is + <ulink url="&url.articles.rc-scripting">an article</ulink> + on practical aspects of <filename>rc.d</filename> scripting.</para> <para>One or more rc scripts can be installed:</para> |