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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Tue May 18 11:58:42 UTC 2010


Author: olafvdspek-guest
Date: 2010-05-18 11:58:42 +0000 (Tue, 18 May 2010)
New Revision: 424

Modified:
   lighttpd/trunk/debian/include-conf-enabled.pl
Log:
take conf dir as an optional parameter (closes: 489854)


Modified: lighttpd/trunk/debian/include-conf-enabled.pl
===================================================================
--- lighttpd/trunk/debian/include-conf-enabled.pl	2010-04-27 13:45:19 UTC (rev 423)
+++ lighttpd/trunk/debian/include-conf-enabled.pl	2010-05-18 11:58:42 UTC (rev 424)
@@ -3,7 +3,7 @@
 use strict;
 use File::Glob ':glob';
 
-my $confdir = "/etc/lighttpd/";
+my $confdir = shift || "/etc/lighttpd/";
 my $enabled = "conf-enabled/*.conf";
 
 chdir($confdir);




More information about the pkg-lighttpd-maintainers mailing list