/* 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 };