]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:27:34 +0000 (17:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-setsid.patch -> 1.2

postfix-setsid.patch [deleted file]

diff --git a/postfix-setsid.patch b/postfix-setsid.patch
deleted file mode 100644 (file)
index 0094860..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -dur -x '*~' postfix-2.2.3.orig/src/master/master.c postfix-2.2.3/src/master/master.c
---- postfix-2.2.3.orig/src/master/master.c     2005-02-15 01:36:58.000000000 +0100
-+++ postfix-2.2.3/src/master/master.c  2005-06-01 09:55:35.000000000 +0200
-@@ -289,8 +289,8 @@
-      * all MTA processes cleanly. Give up if we can't separate from our
-      * parent process. We're not supposed to blow away the parent.
-      */
--    if (debug_me == 0 && setsid() == -1)
--      msg_fatal("unable to set session and process group ID: %m");
-+    if (debug_me == 0 && setsid() == -1 && getsid(0) != getpid())
-+      msg_fatal("unable to set session and process group ID: %m (pid=%d, sid=%d)", (int)getpid(), (int)getsid(0));
-     /*
-      * Make some room for plumbing with file descriptors. XXX This breaks
This page took 0.069183 seconds and 4 git commands to generate.