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
331 B
C
13 lines
331 B
C
--- src/pserv.c.orig 2002-09-15 12:27:16 UTC
|
|
+++ src/pserv.c
|
|
@@ -484,9 +484,6 @@ main(int argc, char *argv[])
|
|
case SIGTERM:
|
|
pserv_shutdown(SHUTDOWN_CHILDREN | SHUTDOWN_SERVER);
|
|
break;
|
|
- case SIGPWR:
|
|
- pserv_shutdown(SHUTDOWN_DELAYED);
|
|
- break;
|
|
case SIGHUP:
|
|
xlog_reopen(conf.logfile, PSERV_LOG_MODE);
|
|
break;
|