Selaa lähdekoodia

Correct a typo - write_cd_rules is the name of the script installed by Udev and referenced in our rules files

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 vuotta sitten
vanhempi
commit
b7ac480458
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      chapter07/symlinks.xml
  2. 2 2
      general.ent

+ 1 - 1
chapter07/symlinks.xml

@@ -76,7 +76,7 @@
     as follows (where <replaceable>mode</replaceable> is one of
     <quote>by-id</quote> or <quote>by-path</quote>):</para>
 
-<screen><userinput>sed -i -e 's/write_cd_aliases/&amp; <replaceable>mode</replaceable>/' \
+<screen><userinput>sed -i -e 's/write_cd_rules/&amp; <replaceable>mode</replaceable>/' \
     /etc/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen>
 
     <para>Note that it is not necessary to create the rules files or symlinks

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070507">
-<!ENTITY releasedate "April 07, 2007">
+<!ENTITY version "SVN-20070510">
+<!ENTITY releasedate "April 10, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->