From c92413c55029fdc26cdd1b82a86558745153f3ce Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 12 Mar 2009 21:02:01 +0000 Subject: Use Inetutils' version of hostname, rather than Coreutils' version. Fixes #2364. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/coreutils.xml | 16 +++------------- chapter06/inetutils.xml | 12 +++++++++++- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'chapter06') diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 2815a7242..55e2bea5c 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -39,6 +39,7 @@ + @@ -51,7 +52,6 @@ - diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 3e2f1d3c8..6768b94b1 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -64,7 +64,7 @@ esac Now prepare Coreutils for compilation: -./configure --prefix=/usr --enable-install-program=hostname \ +./configure --prefix=/usr \ --enable-no-install-program=kill,uptime @@ -122,7 +122,7 @@ esac Move 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,mv,pwd,readlink,rm} /bin +mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin mv -v /usr/bin/chroot /usr/sbin @@ -146,7 +146,7 @@ mv -v /usr/bin/chroot /usr/sbin base64, basename, cat, chgrp, chmod, chown, chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors, dirname, du, echo, env, - expand, expr, factor, false, fmt, fold, groups, head, hostid, hostname, + expand, expr, factor, false, fmt, fold, groups, head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, rm, rmdir, seq, sha1sum, sha224sum, sha256sum, @@ -482,16 +482,6 @@ mv -v /usr/bin/chroot /usr/sbin - - hostname - - Reports or sets the name of the host - - hostname - - - - id diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 2a7ff265d..80fc9fe3b 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -132,7 +132,7 @@ Installed programs - ftp, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp + ftp, hostname, ping, ping6, rcp, rlogin, rsh, talk, telnet, and tftp @@ -151,6 +151,16 @@ + + hostname + + Reports or sets the name of the host + + hostname + + + + ping -- cgit v1.2.3-54-g00ecf