5fe304a328
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>
13 lines
344 B
C
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;
|