aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-08-03 23:49:00 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-08-03 23:49:00 +0000
commitc65d1321367ac8dc51bbdf9fb273f32eddfc69c9 (patch)
tree7848d32d4da58e6fa1e0171e944075da0325d11c /chapter06
parent4b5f3329884a693823fe28c7d277dc08201a420b (diff)
Moved hostname to /bin
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/coreutils.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 984981273..1364e980a 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -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>