diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-02 17:11:14 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-11-02 17:11:14 +0000 |
commit | 34323bd7e010dbd9c534ddfa821dfcc48d54c7fe (patch) | |
tree | e8a1783aee2ffd9575a3b786890b2357988802ee /mail/exim-old/files | |
parent | cd4c2a4e4b08f1a3a04fed1c6ec646310317fa5c (diff) | |
download | ports-34323bd7e010dbd9c534ddfa821dfcc48d54c7fe.tar.gz ports-34323bd7e010dbd9c534ddfa821dfcc48d54c7fe.zip |
Notes
Diffstat (limited to 'mail/exim-old/files')
-rw-r--r-- | mail/exim-old/files/patch-src::exim.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/exim-old/files/patch-src::exim.c b/mail/exim-old/files/patch-src::exim.c index e84e06bcff84..c16f4a861e8e 100644 --- a/mail/exim-old/files/patch-src::exim.c +++ b/mail/exim-old/files/patch-src::exim.c @@ -10,3 +10,11 @@ (list_queue && queue_list_requires_admin) || (queue_interval >= 0 && prod_requires_admin)) { +@@ -3462,6 +3463,7 @@ + } + + /* The loop will repeat if more is TRUE. */ ++ while (waitpid(-1, NULL, WNOHANG) > 0); + } + + exim_exit(EXIT_SUCCESS); /* Never returns */ |