diff options
author | Ypnose <linuxien@legtux.org> | 2015-07-12 21:24:19 +0200 |
---|---|---|
committer | sin <sin@2f30.org> | 2015-07-12 21:13:46 +0100 |
commit | 40a9fd323646b680a4eb046076c606339fd7501e (patch) | |
tree | c3e2c09054b47a336b57b9da995c92b4cc133359 | |
parent | 164d628c5cbe96fd67fe05a835016299eb3dd0fe (diff) |
config.def.h: align rc*cmd
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |