diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 10:21:47 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-06-16 10:21:47 +0000 |
commit | e7cf918ea3844d512f369c1ac70d235943df2ad9 (patch) | |
tree | 5cf4c2bd0e10332018069f9586fa304850b63f4d | |
parent | - Update to version 2j (diff) |
Do a configtest before performing a graceful restart
-rw-r--r-- | www/lighttpd/Makefile | 2 | ||||
-rw-r--r-- | www/lighttpd/files/lighttpd.sh.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 9304a9a2bf75..0a84666e9eb3 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -7,7 +7,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/files/lighttpd.sh.in b/www/lighttpd/files/lighttpd.sh.in index 3c8c37b0a227..b003ab57468a 100644 --- a/www/lighttpd/files/lighttpd.sh.in +++ b/www/lighttpd/files/lighttpd.sh.in @@ -50,6 +50,7 @@ fi command=%%PREFIX%%/sbin/lighttpd stop_postcmd=stop_postcmd restart_precmd="lighttpd_checkconfig" +graceful_precmd="lighttpd_checkconfig" graceful_cmd="lighttpd_graceful" gracefulstop_cmd="lighttpd_gracefulstop" configtest_cmd="lighttpd_checkconfig" |