diff options
Diffstat (limited to 'extra/sinit/files/config.h')
-rw-r--r-- | extra/sinit/files/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/sinit/files/config.h b/extra/sinit/files/config.h deleted file mode 100644 index dca21e3f..00000000 --- a/extra/sinit/files/config.h +++ /dev/null @@ -1,3 +0,0 @@ -static char *const rcinitcmd[] = { "/usr/lib/init/rc.boot", NULL }; -static char *const rcrebootcmd[] = { "/usr/lib/init/rc.shutdown", "reboot", NULL }; -static char *const rcpoweroffcmd[] = { "/usr/lib/init/rc.shutdown", "poweroff", NULL }; |