summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2006-05-10 12:58:04 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2006-05-10 12:58:04 +0000
commit755abb89480c4ac261978912b8f7017453e0cb26 (patch)
tree819ea96c34b19bd408c2c072575c80ff6824e7b9
parentf8c4b0d34f348bbe92c57b214f215b7ae763cf66 (diff)
downloadlighttpd-755abb89480c4ac261978912b8f7017453e0cb26.tar.gz
eloy: prepare uploading new subrelease
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--debian/init.d2
3 files changed, 9 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 49b5382..46360c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
-lighttpd (1.4.11-5) UNRELEASED; urgency=low
+lighttpd (1.4.11-5) unstable; urgency=low
- * NOT RELEASED YET
+ * debian/init.d:
+ - --oknodo added to section "stop" to close finally #35979
+ - --retry 30 added to section "reload", to prevents problems with
+ logrotating (closes: #366366)
+ * debian/control:
+ Standards-Version: increased to 3.7.2 without additional changes
-- Krzysztof Krzyzaniak (eloy) <eloy@debian.org> Wed, 10 May 2006 14:26:04 +0200
diff --git a/debian/control b/debian/control
index 66715a3..81fe6bc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>= 5.0.0), cdbs, libssl-dev, zlib1g-dev, libbz2-dev, libpcre3-dev, libmysqlclient15-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua50-dev, liblualib50-dev, dpatch, patchutils
-Standards-Version: 3.6.2.0
+Standards-Version: 3.7.2
Package: lighttpd
Architecture: any
diff --git a/debian/init.d b/debian/init.d
index 38edab0..eed3e74 100644
--- a/debian/init.d
+++ b/debian/init.d
@@ -46,7 +46,7 @@ case "$1" in
;;
reload)
log_daemon_msg "Reloading $DESC configuration" $NAME
- if start-stop-daemon --stop --signal 2 --retry 300 --quiet --pidfile $PIDFILE --exec $DAEMON; then
+ if start-stop-daemon --stop --signal 2 --retry 30 --quiet --pidfile $PIDFILE --exec $DAEMON; then
if start-stop-daemon --start --quiet \
--pidfile $PIDFILE --exec $DAEMON -- $DAEMON_OPTS ; then
log_end_msg 0