|
@@ -64,7 +64,7 @@ esac</userinput></screen>
|
|
|
|
|
|
<para>Now prepare Coreutils for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-install-program=hostname \
|
|
|
+<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
|
--enable-no-install-program=kill,uptime</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
@@ -122,7 +122,7 @@ esac</userinput></screen>
|
|
|
<para>Move programs to the locations specified by the FHS:</para>
|
|
|
|
|
|
<screen><userinput remap="install">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</userinput></screen>
|
|
|
|
|
@@ -146,7 +146,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen>
|
|
|
<seglistitem>
|
|
|
<seg>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</userinput></screen>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
- <varlistentry id="hostname">
|
|
|
- <term><command>hostname</command></term>
|
|
|
- <listitem>
|
|
|
- <para>Reports or sets the name of the host</para>
|
|
|
- <indexterm zone="ch-system-coreutils hostname">
|
|
|
- <primary sortas="b-hostname">hostname</primary>
|
|
|
- </indexterm>
|
|
|
- </listitem>
|
|
|
- </varlistentry>
|
|
|
-
|
|
|
<varlistentry id="id">
|
|
|
<term><command>id</command></term>
|
|
|
<listitem>
|