Moved hostname to /bin

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jim Gifford 2004-08-03 23:49:00 +00:00
parent 4b5f332988
commit c65d132136

View File

@ -85,6 +85,7 @@ user:</para>
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,test,touch,true,uname} /bin
mv /usr/bin/hostname /bin
mv /usr/bin/chroot /usr/sbin</userinput></screen>
<para>Finally, create a symlink to be FHS-compliant:</para>