diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-24 22:50:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-24 22:50:30 +0000 |
commit | 7725e5c221eaab8428dde68144dfa65919c8180b (patch) | |
tree | e9fc65870ffdf4cf12e7896d27f998d948fca18b | |
parent | 49f236b73e9f3e954f1d2eec518ccb552ed25b09 (diff) |
Move the 'test' and '[' executables to /bin for
consistency with Bourne shells without these functions
built in (e.g. dash).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10105 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/coreutils.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index e4ddc79d6..b6c922836 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -120,7 +120,7 @@ <screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin -mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin +mv -v /usr/bin/{rmdir,stty,sync,true,uname,test/[} /bin mv -v /usr/bin/chroot /usr/sbin mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8 sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> @@ -145,13 +145,14 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> <segtitle>Installed directory</segtitle> <seglistitem> - <seg>base64, basename, cat, chcon, chgrp, chmod, chown, chroot, cksum, + <seg>[, base64, basename, cat, chcon, 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, id, install, join, link, ln, logname, ls, md5sum, mkdir, mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, od, paste, pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm, rmdir, runcon, seq, - sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, + sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, shred, shuf, sleep, + sort, split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> <seg>libstdbuf.so</seg> |