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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Wed May 26 08:08:04 UTC 2010


Author: olafvdspek-guest
Date: 2010-05-26 08:07:59 +0000 (Wed, 26 May 2010)
New Revision: 451

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighttpd.prerm
Log:
remove spawn-fcgi alternative update from prerm


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2010-05-24 15:26:09 UTC (rev 450)
+++ lighttpd/trunk/debian/changelog	2010-05-26 08:07:59 UTC (rev 451)
@@ -7,7 +7,7 @@
 
   [ Olaf van der Spek ]
   * take conf dir as an optional parameter (closes: 489854)
-  * don't try to make /var/run/lighttpd when invoked with status (closes: #538662)
+  * don't try to make /var/run/lighttpd when invoked with status (closes: 538662)
   * split FastCGI PHP conf from FastCGI conf (closes: 515699)
   * reduce max-procs from 2 to 1 (closes: 456200)
   * move debian doc handling into it's own file
@@ -15,6 +15,7 @@
   * use delaycompress instead of copytruncate for logrotate (closes: 563626)
   * don't wait for old process to stop before starting new one for reload (closes: 504315)
   * use reopen-logs for logrotate (closes: 504319)
+  * add no-www.conf (for use with evhost and simple-vhost, closes: 471055)
   * move evhost conf into it's own file
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Tue, 09 Feb 2010 18:28:44 +0100

Modified: lighttpd/trunk/debian/lighttpd.prerm
===================================================================
--- lighttpd/trunk/debian/lighttpd.prerm	2010-05-24 15:26:09 UTC (rev 450)
+++ lighttpd/trunk/debian/lighttpd.prerm	2010-05-26 08:07:59 UTC (rev 451)
@@ -1,9 +1,5 @@
 #!/bin/sh -e
 
-if test "$1" != "upgrade"; then
-    update-alternatives --remove spawn-fcgi /usr/bin/spawn-fcgi.lighttpd
-fi
-
 #DEBHELPER#
 
 exit 0




More information about the pkg-lighttpd-maintainers mailing list