diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter07/symlinks.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4bf371dbe..0c080d300 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,10 @@ <para>[bdubbs] Fix several urls in Chapter 3. Thanks to splotz90 for the patch.</para> </listitem> + <listitem> + <para>[bryan] Fix the sed in the CD-ROM symlinks section, + to sync with upstream changes to the file being modified.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index faa9abbd2..7f5c03532 100644 --- a/chapter07/symlinks.xml +++ b/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 role="nodump"><userinput>sed -i -e 's/write_cd_rules/& <replaceable>mode</replaceable>/' \ +<screen role="nodump"><userinput>sed -i -e 's/"write_cd_rules"/"write_cd_rules <replaceable>mode</replaceable>"/' \ /lib/udev/rules.d/75-cd-aliases-generator.rules</userinput></screen> <para>Note that it is not necessary to create the rules files or symlinks |