From 85acbcbb780ca03772d1cfe35994bd5dc144b6d2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 20 Mar 2009 12:14:48 +0000 Subject: 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 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/coreutils.xml | 2 +- general.ent | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7e2caae6c..70339ca37 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> + + 2009-03-20 + + + [matthew] - Don't move readlink to /bin. It's not specified by + the FHS and not required by the bootscripts, so can stay in + /usr/bin. Thanks to Archaic for the report. + + + + 2009-03-15 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 Move programs to the locations specified by the FHS: 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 diff --git a/general.ent b/general.ent index 95877eb84..16b10fa39 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3-54-g00ecf