To ensure that toybox can be installed alongside busybox without
authorPaul Barker <paul@paulbarker.me.uk>
Sat, 4 Apr 2015 16:58:06 +0000 (11:58 -0500)
committerPaul Barker <paul@paulbarker.me.uk>
Sat, 4 Apr 2015 16:58:06 +0000 (11:58 -0500)
commit1dd3704c5ffea926f61a96bb7de7d9dbee52fa44
tree96a1882a18c5a1d3be1b06657697207d44c2622a
parent08089370c99af7a38d8896c4aa18c6b4bbd5ffc7
To ensure that toybox can be installed alongside busybox without
confusing update-alternatives, the paths of the links installed by toybox should
match those installed by busybox. This is accomplished by changing the flags
of a few tools within toybox.
25 files changed:
toys/lsb/mount.c
toys/lsb/pidof.c
toys/other/chvt.c
toys/other/ifconfig.c
toys/other/insmod.c
toys/other/lsmod.c
toys/other/netcat.c
toys/other/pivot_root.c
toys/other/readlink.c
toys/other/reboot.c
toys/other/rfkill.c
toys/other/rmmod.c
toys/other/swapoff.c
toys/other/swapon.c
toys/other/sysctl.c
toys/posix/cut.c
toys/posix/df.c
toys/posix/head.c
toys/posix/id.c
toys/posix/mkfifo.c
toys/posix/renice.c
toys/posix/tail.c
toys/posix/tee.c
toys/posix/uniq.c
toys/posix/who.c