morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 3fa10e684a2af293626e21175d4fec86e948397c
parent 79b91c83de3fb751a1ad1552e044990218a297c9
Author: sin <sin@2f30.org>
Date:   Fri,  6 Sep 2013 13:34:40 +0100

Sort all the busybox symlinks

Add some new tools as well.

Diffstat:
Mpkgs/busybox | 29+++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)

diff --git a/pkgs/busybox b/pkgs/busybox @@ -11,18 +11,31 @@ install() { chmod +x busybox cp busybox $root/bin pushd $root/bin - ln -s busybox ifconfig - ln -s busybox nc + ln -s busybox addgroup + ln -s busybox adduser + ln -s busybox bzip2 + ln -s busybox delgroup + ln -s busybox deluser + ln -s busybox diff + ln -s busybox du + ln -s busybox find + ln -s busybox fuser ln -s busybox getty + ln -s busybox gzip + ln -s busybox hexdump + ln -s busybox ifconfig + ln -s busybox kbd_mode + ln -s busybox less ln -s busybox login - ln -s busybox find - ln -s busybox du + ln -s busybox nc + ln -s busybox passwd ln -s busybox ping - ln -s busybox wget - ln -s busybox vi - ln -s busybox top ln -s busybox pkill - ln -s busybox less + ln -s busybox telnet + ln -s busybox tftp + ln -s busybox top + ln -s busybox vi + ln -s busybox wget popd popd }