More stuff
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#include "internal.h"
|
||||
#include <signal.h>
|
||||
|
||||
const char halt_usage[] = "halt\n"
|
||||
"\n\t"
|
||||
"\thalt the system.\n";
|
||||
|
||||
extern int
|
||||
halt_main(struct FileInfo * i, int argc, char * * argv)
|
||||
halt_main(int argc, char ** argv)
|
||||
{
|
||||
return kill(1, SIGUSR1);
|
||||
exit( kill(1, SIGUSR1));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user