morpheus

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

commit 718544534c2cc7a1d18b3e01395d912ffac1f25c
parent d0b3cfdcadffbc239245a4aefb7d26cbf2471f88
Author: sin <sin@2f30.org>
Date:   Thu, 13 Feb 2014 12:08:05 +0000

Add printf from busybox

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

diff --git a/pkgs/busybox b/pkgs/busybox @@ -35,6 +35,7 @@ install() { ln -sf busybox passwd ln -sf busybox ping ln -sf busybox pkill + ln -sf busybox printf ln -sf busybox sed ln -sf busybox sysctl ln -sf busybox tac