1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/mail/popular/files/patch-src-pproxy.c
Pav Lucistnik b6ab23fb4f POPular is a suite of programs for setting up large POP3 server systems. It
consists of a POP3 proxy, a storage server and lots of utility programs. Note
that this program is intended to be used in large email systems and is
therefore quite complex to configure. If you only have a few thousand
mailboxes, you are probably better of with a different POP3 server.
2005-08-30 14:09:24 +00:00

13 lines
341 B
C

--- src/pproxy.c.orig Mon Nov 24 20:23:30 2003
+++ src/pproxy.c Mon Jul 11 16:21:13 2005
@@ -580,9 +580,6 @@
case SIGTERM:
pproxy_shutdown(SHUTDOWN_CHILDREN | SHUTDOWN_SERVER);
break;
- case SIGPWR:
- pproxy_shutdown(SHUTDOWN_DELAYED);
- break;
case SIGHUP:
logfd = xlog_reopen(conf.logfile, PPROXY_LOG_MODE);
break;