Introduction
Introduction Statistics Contact Development Disclaimer Help
config.def.h: align rc*cmd - sinit - suckless init
git clone git://git.suckless.org/sinit
Log
Files
Refs
README
LICENSE
---
commit 40a9fd323646b680a4eb046076c606339fd7501e
parent 164d628c5cbe96fd67fe05a835016299eb3dd0fe
Author: Ypnose <[email protected]>
Date: Sun, 12 Jul 2015 21:24:19 +0200
config.def.h: align rc*cmd
Diffstat:
M config.def.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.def.h b/config.def.h
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
-static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
+static char *const rcinitcmd[] = { "/bin/rc.init", NULL };
+static char *const rcrebootcmd[] = { "/bin/rc.shutdown", "reboot", NULL };
static char *const rcpoweroffcmd[] = { "/bin/rc.shutdown", "poweroff", NULL };
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.