diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-10 15:23:46 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2001-12-10 15:23:46 +0000 |
commit | 8c5e7152f076d6b68a23e6629a44b49763557f48 (patch) | |
tree | a1aefdf4de97412c9982138139b5afedc09f4361 /chapter06/shadowpwd-exp.xml | |
parent | 7c77094da04a687209937c8bf15ced1d8bac404a (diff) |
Resolved bug 192 and a version increase
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd-exp.xml')
-rw-r--r-- | chapter06/shadowpwd-exp.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/shadowpwd-exp.xml b/chapter06/shadowpwd-exp.xml index e7bbb17c4..9df64bdd8 100644 --- a/chapter06/shadowpwd-exp.xml +++ b/chapter06/shadowpwd-exp.xml @@ -1,10 +1,10 @@ <sect2> <title>Command explanations</title> -<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' src/useradd.c -> useradd.c.temp &&</userinput>: This sed is used to fix a -compilation bug which occurs due to a variable (nflg) being used but not -defined.</para> +<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' +src/useradd.c.backup > src/useradd.c &&</userinput>: +This sed is used to fix a compilation bug which occurs due to a +variable (nflg) being used but not defined.</para> <para><userinput>cp limits login.access /etc:</userinput> These files were not installed during the installation of the package so we copy |