blob: f99a32e505ca40b6f674d497317a30890aed8bde (
plain)
1
2
3
4
5
|
/* See LICENSE file for copyright and license details. */
static char *const rcinitcmd[] = { PREFIX "/etc/rc.init", NULL };
static char *const rcrebootcmd[] = { PREFIX "/etc/rc.shutdown", "reboot", NULL };
static char *const rcpoweroffcmd[] = { PREFIX "/etc/rc.shutdown", "poweroff", NULL };
|