From ace27ffbf880b8e3ab6df1b08475c8c5e25a7a38 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 25 Nov 2006 19:40:28 +0000 Subject: [PATCH] Move /usr/bin/mv to /bin again. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++++++ chapter06/coreutils.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5d8e25279..6c1a61a4a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,13 @@ 2006-11-25 + + [matthew] - Move mv from + /usr/bin to + /bin again. The upgrade to + Coreutils-6.6 mistakenly removed it from the list of files to be + moved. Thanks to Chris Staub for the report. + [matthew] - Prevent Inetutils from building and installing ifconfig as LFS uses ip to diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 90cb61d04..4a85817d4 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -105,7 +105,7 @@ echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwdMove 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,hostname,ln,ls,mkdir,mknod,pwd,rm} /bin +mv -v /usr/bin/{false,hostname,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