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
This commit is contained in:
Greg Schafer 2003-11-15 00:45:58 +00:00
parent 4118a52bbf
commit 5e3342002d
2 changed files with 7 additions and 4 deletions

View File

@ -34,6 +34,10 @@
</itemizedlist>
</listitem>
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils: Stopped
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
Closes Bug 679.</para></listitem>
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
the --libexecdir=/usr/bin option. Partially fixes Bug
#678.</para></listitem>

View File

@ -73,10 +73,9 @@ user:</para>
<para>And move some programs to their proper locations:</para>
<screen><userinput>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</userinput></screen>
<para>We'll be using the <filename>kill</filename> program from the Procps