mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b6ab23fb4f
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.
11 lines
369 B
C
11 lines
369 B
C
--- src/pcheckd.c.orig Sat Nov 22 22:27:22 2003
|
|
+++ src/pcheckd.c Mon Jul 11 16:20:48 2005
|
|
@@ -511,7 +511,6 @@
|
|
case SIGQUIT: /* fallthrough */
|
|
case SIGINT: /* fallthrough */
|
|
case SIGTERM: /* fallthrough */
|
|
- case SIGPWR: /* fallthrough */
|
|
/* XLOG-DOC:INF:0078:shutdown
|
|
* pcheckd received a QUIT, INT, TER, or PWR signal and is
|
|
* shutting down. */
|