From 0cbc47bfd9a52d6e2d0dd1ae245305fb59f61760 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 2 Mar 2013 00:45:40 +0000 Subject: Formatting --- jaildaemon.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jaildaemon.c b/jaildaemon.c index ed36531..797f547 100644 --- a/jaildaemon.c +++ b/jaildaemon.c @@ -41,11 +41,9 @@ static void exerr( char * message ); static void warn( char * message ); static void usage( char * command ); -/* This is the handler installed in the jailed process. - It will exit with the proper exit code to make the - host system daemon recognize the process has - deliberately killed itself and was not just shutdown - with the jail */ +/* This is the handler installed in the jailed process. It will exit with the + proper exit code to make the host system daemon recognize the process has + deliberately killed itself and was not just shutdown with the jail */ static void signal_handler( int signal ) { if( signal == SIGHUP ) _exit( MAGIC_EXIT_CODE ); @@ -459,7 +457,7 @@ int main( int argc, char **argv ) { kevent( kq, &ke, 1, NULL, 0, NULL ); /* If daemon was started with some initial script, fire it now - -- this leaks some information in the command line to all jails an + -- this leaks some information in the command line to all jails and thus is disabled if( o_command ) { daemon_task task; -- cgit v1.2.3