ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 5c1c8d60be038b33c70adbc43cdd913576fd4351
parent cb904446ec7bc35a476fe1b71bd10f3a780857b7
Author: sin <sin@2f30.org>
Date:   Mon, 10 Feb 2014 15:16:53 +0000

su is after stat

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -40,8 +40,8 @@ SRC = \ pivot_root.c \ ps.c \ rmmod.c \ - su.c \ stat.c \ + su.c \ swapoff.c \ swapon.c \ truncate.c \