Author: glen Date: Thu Jan 8 15:44:50 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - real daemons should not print to stdout on startup
---- Files affected: SOURCES: pound-daemonize.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pound-daemonize.patch diff -u /dev/null SOURCES/pound-daemonize.patch:1.1 --- /dev/null Thu Jan 8 16:44:51 2009 +++ SOURCES/pound-daemonize.patch Thu Jan 8 16:44:45 2009 @@ -0,0 +1,10 @@ +--- Pound-2.4.3/pound.c~ 2009-01-08 15:52:17.000000000 +0200 ++++ Pound-2.4.3/pound.c 2009-01-08 16:09:23.060768420 +0200 +@@ -171,7 +171,6 @@ + (void)umask(077); + control_sock = -1; + log_facility = -1; +- logmsg(LOG_NOTICE, "starting..."); + + signal(SIGHUP, h_shut); + signal(SIGINT, h_shut); ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
