From 5e3342002dec4f6f9620a10eb761feacdad9ca13 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 15 Nov 2003 00:45:58 +0000 Subject: Stopped moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir. Closes Bug 679. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index cd88b89ea..cbddb98f0 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -73,10 +73,9 @@ user: And move some programs to their proper locations: mv /usr/bin/{basename,cat,chgrp,chmod,chown,cp,dd,df} /bin -mv /usr/bin/{dir,dircolors,du,date,echo,false,head} /bin -mv /usr/bin/{install,ln,ls,mkdir,mkfifo,mknod,mv,pwd} /bin -mv /usr/bin/{rm,rmdir,shred,sync,sleep,stty,su,test} /bin -mv /usr/bin/{touch,true,uname,vdir} /bin +mv /usr/bin/{date,echo,false,head,install,ln,ls} /bin +mv /usr/bin/{mkdir,mknod,mv,pwd,rm,rmdir,sync} /bin +mv /usr/bin/{sleep,stty,su,test,touch,true,uname} /bin mv /usr/bin/chroot /usr/sbin We'll be using the kill program from the Procps -- cgit v1.2.3-54-g00ecf