Przeglądaj źródła

we use two digits now, not three

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 lat temu
rodzic
commit
9e187828fb
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      chapter07/usage.xml
  2. 2 2
      index.xml

+ 1 - 1
chapter07/usage.xml

@@ -34,7 +34,7 @@ command an alias to init 0.</para>
 <para>There are a number of directories under /etc/rc.d that look like
 like rc?.d where ? is the number of the runlevel and rcsysinit.d which
 contain a number of symbolic links. Some begin with an K, the others
-begin with an S, and all of them have three numbers following the initial
+begin with an S, and all of them have two numbers following the initial
 letter. The K means to stop (kill) a service, and the S means to start a
 service. The numbers determine the order in which the scripts are run,
 from 00 to 99; the lower the number the sooner it gets executed. When init

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20020411">
-<!ENTITY releasedate "April 11th, 2002">
+<!ENTITY version "20020412">
+<!ENTITY releasedate "April 12th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">