]> git.pld-linux.org Git - packages/pound.git/commitdiff
- real daemons should not print to stdout on startup
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Jan 2009 15:44:45 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pound-daemonize.patch -> 1.1

pound-daemonize.patch [new file with mode: 0644]

diff --git a/pound-daemonize.patch b/pound-daemonize.patch
new file mode 100644 (file)
index 0000000..929554a
--- /dev/null
@@ -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);
This page took 0.1041 seconds and 4 git commands to generate.