commit 40a9fd323646b680a4eb046076c606339fd7501e
Author: Ypnose <[email protected]>
AuthorDate: Sun Jul 12 21:24:19 2015 +0200
Commit: sin <[email protected]>
CommitDate: Sun Jul 12 21:13:46 2015 +0100
config.def.h: align rc*cmd
diff --git a/config.def.h b/config.def.h
index c689987..6ab3920 100644
--- 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 };