morpheus

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

commit 8d7b74163862bfe98f5829a44a727813123b78a5
parent 908e3bcfc74b2bacbb447cdbf5427a6057ca0f07
Author: sin <sin@2f30.org>
Date:   Tue, 17 Sep 2013 16:06:37 +0100

Add awk, sed and tac

Diffstat:
Mpkgs/busybox | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/pkgs/busybox b/pkgs/busybox @@ -13,6 +13,7 @@ install() { pushd $root/bin ln -s busybox addgroup ln -s busybox adduser + ln -s busybox awk ln -s busybox bzip2 ln -s busybox delgroup ln -s busybox deluser @@ -31,6 +32,8 @@ install() { ln -s busybox passwd ln -s busybox ping ln -s busybox pkill + ln -s busybox sed + ln -s busybox tac ln -s busybox telnet ln -s busybox tftp ln -s busybox tftpd