blob: dca21e3f8a616a223e052b2ece0e99280c2a70ff (
plain)
| 1
2
3
 | 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 };
 |