config.def.h (241B)
1 static char *const rcinitcmd[] = { "/usr/lib/init/rc.boot", NULL }; 2 static char *const rcrebootcmd[] = { "/usr/lib/init/rc.shutdown", "reboot", NULL }; 3 static char *const rcpoweroffcmd[] = { "/usr/lib/init/rc.shutdown", "poweroff", NULL };