diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-20 12:14:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-20 12:14:48 +0000 |
commit | 85acbcbb780ca03772d1cfe35994bd5dc144b6d2 (patch) | |
tree | 6697ea75a2658d55d2a9805f809ab0bd2f5c7056 /chapter06 | |
parent | a9db1e1dabfb7edfe16ffa1f9ad9dd936d86367a (diff) |
Keep readlink in /usr/bin instead of moving it to /bin. It's not specified in the FHS, nor is it required by the bootscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8844 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 6768b94b1..6c4f3cb24 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -122,7 +122,7 @@ esac</userinput></screen> <para>Move programs to the locations specified by the FHS:</para> <screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin -mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin +mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin mv -v /usr/bin/chroot /usr/sbin</userinput></screen> |