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

Olaf van der Spek olafvdspek-guest at alioth.debian.org
Sat Oct 23 15:12:04 UTC 2010


Author: olafvdspek-guest
Date: 2010-10-23 15:12:01 +0000 (Sat, 23 Oct 2010)
New Revision: 489

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighty-enable-mod
Log:
Use relative instead of absolute links for conf-enabled (closes: 541645)


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2010-09-10 12:14:35 UTC (rev 488)
+++ lighttpd/trunk/debian/changelog	2010-10-23 15:12:01 UTC (rev 489)
@@ -1,3 +1,6 @@
+  [ Olaf van der Spek ]
+  * Use relative instead of absolute links for conf-enabled (closes: 541645)
+
 lighttpd (1.4.28-1) unstable; urgency=low
 
   [ Olaf van der Spek ]

Modified: lighttpd/trunk/debian/lighty-enable-mod
===================================================================
--- lighttpd/trunk/debian/lighty-enable-mod	2010-09-10 12:14:35 UTC (rev 488)
+++ lighttpd/trunk/debian/lighty-enable-mod	2010-10-23 15:12:01 UTC (rev 489)
@@ -80,7 +80,7 @@
 
 		my $st = stat($target);
 		unless ( -f $target ) {
-			if (symlink($available{$do}, $target)) {
+			if (symlink("../conf-available/" . basename($available{$do}), $target)) {		
 				print "ok\n";
 			}
 			else {




More information about the pkg-lighttpd-maintainers mailing list