aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 04:09:13 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-12 04:09:13 +0000
commit2a83bfa446c6ea56666b5c409dad646b52739974 (patch)
treec926b5cc5d18ee6d082100a9a1afa07d89c9d3d6
parentf65f77458de1209b7db95fbca89ae9fdf2f53ee9 (diff)
Added a note that you have to use three digit symlinks, pad with zero's
if necessary (ie: use S020 instead of S20, and use K002 instead of K2) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/symperm.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml
index d650737ae..3afe64c1b 100644
--- a/chapter07/symperm.xml
+++ b/chapter07/symperm.xml
@@ -3,9 +3,24 @@
<para>
These files get the proper permissions and the necessary symlinks are created
-by running the following commands. If a user did not create the loadkeys
-and setclock scripts, he has to make sure not to type them in the commands
-below.
+by running the following commands. If you didn't create the loadkeys
+and setclock scripts, make sure not to type them in the commands below.
+</para>
+
+<para>
+A note of caution: all the symlinks (that start with an S or K) have to
+be of the form Sxxxname where xxx are three digits donating the order in
+which the script is executed (the lower the number the sooner it's
+executed). If you feel a need to use less than three digits, make sure
+you pad with extra zero's at the beginning. This means, don't use
+S20mydaemon, but S020mydaemon. And don't use K2otherdaemon, but
+K002otherdaemon.
+</para>
+
+<para>
+Revised rc and rcS scripts are on their way, but we had no time to
+properly test them for this release. They will appear in CVS shortly
+after this version of the book has been released.
</para>
<blockquote><literallayout>