mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 19:44:47 +00:00
6 lines
296 B
C
6 lines
296 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
static char *const rcinitcmd[] = { "/etc/sinit/rc.init", NULL };
|
|
static char *const rcrebootcmd[] = { "/etc/sinit/rc.shutdown", "reboot", NULL };
|
|
static char *const rcpoweroffcmd[] = { "/etc/sinit/rc.shutdown", "poweroff", NULL };
|