sinit

suckless init
git clone git://git.2f30.org/sinit
Log | Files | Refs | README | LICENSE

commit 5effb9944e3f7d4add1257204d86fd6cb3214967
parent fd0f19b55727f4cc005bfa2c7959134e4a682617
Author: sin <sin@2f30.org>
Date:   Thu,  6 Feb 2014 11:34:38 +0000

Remove config.h from repo

Diffstat:
Dconfig.h | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/config.h b/config.h @@ -1,6 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -static const char *fifopath = "/var/run/sinit.fifo"; -static Command commands[] = { - { "poweroff", cmdpoweroff, {0} }, - { "reboot", cmdreboot, {0} }, -};