/* * (c) 2005 Nico Schottelius (nico-linux at schottelius.org) * reboot/halt/poweroff/rescue * part of cinit */ #include #include #include #include #include "cinit.h" /* we trust the caller */ int msg_reboot(char cmd) { D_PRINTF("aus damit"); if(!begin_msg(cmd)) return 0; D_PRINTF("abschliessen"); close(sock); D_PRINTF("und programm terminieren"); return 1; }