OSDN Git Service

Move commands into "posix", "lsb", and "other" menus/directories.
authorRob Landley <rob@landley.net>
Sat, 25 Aug 2012 19:25:22 +0000 (14:25 -0500)
committerRob Landley <rob@landley.net>
Sat, 25 Aug 2012 19:25:22 +0000 (14:25 -0500)
commit3a9241add947cb6d24b5de7a8927517426a78795
treed122ab6570439cd6b17c7d73ed8d4e085e0b8a95
parent689f095bc976417bf50810fe59a3b3ac32b21105
Move commands into "posix", "lsb", and "other" menus/directories.
96 files changed:
Config.in
Makefile
scripts/genconfig.sh
scripts/make.sh
toys/lsb/dmesg.c [moved from toys/dmesg.c with 100% similarity]
toys/lsb/hostname.c [moved from toys/hostname.c with 100% similarity]
toys/lsb/killall.c [moved from toys/killall.c with 100% similarity]
toys/lsb/mknod.c [moved from toys/mknod.c with 100% similarity]
toys/lsb/mktemp.c [moved from toys/mktemp.c with 100% similarity]
toys/lsb/passwd.c [moved from toys/passwd.c with 100% similarity]
toys/lsb/pidof.c [moved from toys/pidof.c with 100% similarity]
toys/lsb/seq.c [moved from toys/seq.c with 100% similarity]
toys/lsb/sync.c [moved from toys/sync.c with 100% similarity]
toys/other/bzcat.c [moved from toys/bzcat.c with 100% similarity]
toys/other/catv.c [moved from toys/catv.c with 100% similarity]
toys/other/chroot.c [moved from toys/chroot.c with 100% similarity]
toys/other/chvt.c [moved from toys/chvt.c with 100% similarity]
toys/other/clear.c [moved from toys/clear.c with 100% similarity]
toys/other/count.c [moved from toys/count.c with 100% similarity]
toys/other/dos2unix.c [moved from toys/dos2unix.c with 100% similarity]
toys/other/free.c [moved from toys/free.c with 100% similarity]
toys/other/hello.c [moved from toys/hello.c with 100% similarity]
toys/other/help.c [moved from toys/help.c with 100% similarity]
toys/other/insmod.c [moved from toys/insmod.c with 100% similarity]
toys/other/login.c [moved from toys/login.c with 100% similarity]
toys/other/lsmod.c [moved from toys/lsmod.c with 100% similarity]
toys/other/mdev.c [moved from toys/mdev.c with 100% similarity]
toys/other/mke2fs.c [moved from toys/mke2fs.c with 100% similarity]
toys/other/mkswap.c [moved from toys/mkswap.c with 100% similarity]
toys/other/modinfo.c [moved from toys/modinfo.c with 100% similarity]
toys/other/mountpoint.c [moved from toys/mountpoint.c with 100% similarity]
toys/other/netcat.c [moved from toys/netcat.c with 100% similarity]
toys/other/oneit.c [moved from toys/oneit.c with 100% similarity]
toys/other/printenv.c [moved from toys/printenv.c with 100% similarity]
toys/other/readlink.c [moved from toys/readlink.c with 100% similarity]
toys/other/realpath.c [moved from toys/realpath.c with 100% similarity]
toys/other/rmmod.c [moved from toys/rmmod.c with 100% similarity]
toys/other/setsid.c [moved from toys/setsid.c with 100% similarity]
toys/other/sha1sum.c [moved from toys/sha1sum.c with 100% similarity]
toys/other/swapoff.c [moved from toys/swapoff.c with 100% similarity]
toys/other/swapon.c [moved from toys/swapon.c with 100% similarity]
toys/other/tac.c [moved from toys/tac.c with 100% similarity]
toys/other/taskset.c [moved from toys/taskset.c with 100% similarity]
toys/other/toysh.c [moved from toys/toysh.c with 100% similarity]
toys/other/truncate.c [moved from toys/truncate.c with 100% similarity]
toys/other/unshare.c [moved from toys/unshare.c with 100% similarity]
toys/other/uptime.c [moved from toys/uptime.c with 100% similarity]
toys/other/usleep.c [moved from toys/usleep.c with 100% similarity]
toys/other/vmstat.c [moved from toys/vmstat.c with 100% similarity]
toys/other/w.c [moved from toys/w.c with 100% similarity]
toys/other/which.c [moved from toys/which.c with 100% similarity]
toys/other/whoami.c [moved from toys/whoami.c with 100% similarity]
toys/other/yes.c [moved from toys/yes.c with 100% similarity]
toys/posix/basename.c [moved from toys/basename.c with 100% similarity]
toys/posix/cal.c [moved from toys/cal.c with 100% similarity]
toys/posix/cat.c [moved from toys/cat.c with 100% similarity]
toys/posix/chgrp.c [moved from toys/chgrp.c with 100% similarity]
toys/posix/chmod.c [moved from toys/chmod.c with 100% similarity]
toys/posix/cksum.c [moved from toys/cksum.c with 100% similarity]
toys/posix/cmp.c [moved from toys/cmp.c with 100% similarity]
toys/posix/comm.c [moved from toys/comm.c with 100% similarity]
toys/posix/cp.c [moved from toys/cp.c with 100% similarity]
toys/posix/date.c [moved from toys/date.c with 100% similarity]
toys/posix/df.c [moved from toys/df.c with 100% similarity]
toys/posix/dirname.c [moved from toys/dirname.c with 100% similarity]
toys/posix/echo.c [moved from toys/echo.c with 100% similarity]
toys/posix/env.c [moved from toys/env.c with 100% similarity]
toys/posix/false.c [moved from toys/false.c with 100% similarity]
toys/posix/head.c [moved from toys/head.c with 100% similarity]
toys/posix/id.c [moved from toys/id.c with 100% similarity]
toys/posix/kill.c [moved from toys/kill.c with 100% similarity]
toys/posix/link.c [moved from toys/link.c with 100% similarity]
toys/posix/ln.c [moved from toys/ln.c with 100% similarity]
toys/posix/logname.c [moved from toys/logname.c with 100% similarity]
toys/posix/ls.c [moved from toys/ls.c with 100% similarity]
toys/posix/mkdir.c [moved from toys/mkdir.c with 100% similarity]
toys/posix/mkfifo.c [moved from toys/mkfifo.c with 100% similarity]
toys/posix/nice.c [moved from toys/nice.c with 100% similarity]
toys/posix/nohup.c [moved from toys/nohup.c with 100% similarity]
toys/posix/od.c [moved from toys/od.c with 100% similarity]
toys/posix/patch.c [moved from toys/patch.c with 100% similarity]
toys/posix/pwd.c [moved from toys/pwd.c with 100% similarity]
toys/posix/rmdir.c [moved from toys/rmdir.c with 100% similarity]
toys/posix/sed.c [moved from toys/sed.c with 100% similarity]
toys/posix/sleep.c [moved from toys/sleep.c with 100% similarity]
toys/posix/sort.c [moved from toys/sort.c with 100% similarity]
toys/posix/tail.c [moved from toys/tail.c with 100% similarity]
toys/posix/tee.c [moved from toys/tee.c with 100% similarity]
toys/posix/true.c [moved from toys/true.c with 100% similarity]
toys/posix/tty.c [moved from toys/tty.c with 100% similarity]
toys/posix/uname.c [moved from toys/uname.c with 100% similarity]
toys/posix/uniq.c [moved from toys/uniq.c with 100% similarity]
toys/posix/unlink.c [moved from toys/unlink.c with 100% similarity]
toys/posix/wc.c [moved from toys/wc.c with 100% similarity]
toys/posix/who.c [moved from toys/who.c with 100% similarity]
toys/posix/xargs.c [moved from toys/xargs.c with 100% similarity]