[pkg-lighttpd] r383 - lighttpd/trunk/debian

Krzysztof Krzyzaniak eloy at alioth.debian.org
Thu Jul 9 11:24:32 UTC 2009


Author: eloy
Date: 2009-07-09 11:24:31 +0000 (Thu, 09 Jul 2009)
New Revision: 383

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighttpd.logrotate
Log:
apply patch from ubuntu: https://launchpad.net/bugs/393792

Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2009-07-09 11:12:54 UTC (rev 382)
+++ lighttpd/trunk/debian/changelog	2009-07-09 11:24:31 UTC (rev 383)
@@ -5,7 +5,9 @@
   * Update Standards-Version to 3.8.2 without changes
   * Remove cdbs, patchutils from Build-Depends, debian/rules use now
     debhelper 7 scripts
-
+  * lighttpd.logrotate apply patch (closes: #535523) 
+    from Ubuntu (Daniel Hahler, https://launchpad.net/bugs/393792)
+    
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 09 Jul 2009 11:24:16 +0200
 
 lighttpd (1.4.22-1) unstable; urgency=low

Modified: lighttpd/trunk/debian/lighttpd.logrotate
===================================================================
--- lighttpd/trunk/debian/lighttpd.logrotate	2009-07-09 11:12:54 UTC (rev 382)
+++ lighttpd/trunk/debian/lighttpd.logrotate	2009-07-09 11:24:31 UTC (rev 383)
@@ -7,7 +7,7 @@
         notifempty
         sharedscripts
         postrotate
-           if [ -f /var/run/lighttpd.pid ]; then \
+           if [ -f /var/run/lighttpd.pid ] && ps --pid $(cat /var/run/lighttpd.pid) > /dev/null 2>&1; then \
              if [ -x /usr/sbin/invoke-rc.d ]; then \
                 invoke-rc.d lighttpd reload > /dev/null 2>&1; \
              else \




More information about the pkg-lighttpd-maintainers mailing list