This commit is contained in:
2015-06-01 16:15:16 +03:00
commit 01964dddb5
2 changed files with 42 additions and 0 deletions

5
config.h Normal file
View File

@@ -0,0 +1,5 @@
/* See LICENSE file for copyright and license details. */
static char *const rcinitcmd[] = { "/bin/rc", NULL };
static char *const rcrebootcmd[] = { "/bin/rc", "reboot", NULL };
static char *const rcpoweroffcmd[] = { "/bin/rc", "poweroff", NULL };