diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-28 20:50:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-28 20:50:57 +0000 |
commit | 3acb38f277fdbb662207fccb9d7ec312e5c26ed2 (patch) | |
tree | ddf571d973079d7c5244d00ef65292fd7cf98811 /chapter06/shadowpwd-inst.xml | |
parent | 1e7335edfdae5bfeea8b3c1b567d0bd3d22acfa5 (diff) |
Removed all -f flags from cp commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1092 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 8f6c1f529..9ce63bbbd 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -12,7 +12,7 @@ following commands:</para> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd etc &&</userinput> -<userinput>cp -f limits login.access /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>cd /lib &&</userinput> <userinput>mv libshadow.a /usr/lib &&</userinput> |