diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-02 19:24:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-02 19:24:11 +0000 |
commit | 51b891fc4ee51b3ee32aa0b01b0ab5da0584a966 (patch) | |
tree | d661a37cd0f251916c4ee1d845ceaa9a59f5528d /chapter06/shadowpwd-inst.xml | |
parent | a5e3273f4874be527708b453a974a138408d418f (diff) |
added missing &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadowpwd-inst.xml')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 120324e2c..97972389d 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -13,7 +13,7 @@ following commands:</para> <userinput>make install &&</userinput> <userinput>cd etc &&</userinput> <userinput>cp limits login.access /etc &&</userinput> -<userinput>sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs</userinput> +<userinput>sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs &&</userinput> <userinput>cd /lib &&</userinput> <userinput>mv libshadow.a /usr/lib &&</userinput> <userinput>mv libshadow.la /usr/lib &&</userinput> |