This patch cleans up a bit, now that there's no forkserver builtin to
the qpsmtpd file.

Brian


=== qpsmtpd
==================================================================
--- qpsmtpd     (revision 2227)
+++ qpsmtpd     (local)
@@ -58,9 +58,8 @@
  -h, --help                : this page
      --use-poll            : force use of poll() instead of epoll()/kqueue()
 
-NB: -f and -j are mutually exclusive. If -f flag is not used the server uses
-poll() style loops running inside J child processes. Set J to the number of
-CPUs you have at your disposal.
+NB: The server uses poll() style loops running inside J child processes.  Set J
+to the number of CPUs you have at your disposal.
 
 EOT
     exit(0);
@@ -159,12 +158,6 @@
     $SIG{CHLD} = \&sig_chld;
 }
 
-sub HUNTSMAN {
-  $SIG{CHLD} = 'DEFAULT';
-  kill 'INT' => keys %childstatus;
-  exit(0);
-}
-
 sub run_as_server {
     local $::MAXconn = $MAXCONN;
     # establish SERVER socket, bind and listen.

Reply via email to