Files
ports/mail/popular/files/patch-src_pproxy.c
T
Li-Wen Hsu 5fe304a328 mail/popular: Prepare for textproc/p5-XML-Parser update
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter

PR:		248725
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2020-08-19 13:17:38 +00:00

13 lines
344 B
C

--- src/pproxy.c.orig 2003-11-24 19:23:30 UTC
+++ src/pproxy.c
@@ -580,9 +580,6 @@ main(int argc, char *argv[])
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;