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

Krzysztof Krzyzaniak eloy at alioth.debian.org
Mon Jan 4 17:06:35 UTC 2010


Author: eloy
Date: 2010-01-04 17:06:33 +0000 (Mon, 04 Jan 2010)
New Revision: 415

Modified:
   lighttpd/trunk/debian/use-ipv6.pl
Log:
small syntax changes

Modified: lighttpd/trunk/debian/use-ipv6.pl
===================================================================
--- lighttpd/trunk/debian/use-ipv6.pl	2010-01-04 16:43:23 UTC (rev 414)
+++ lighttpd/trunk/debian/use-ipv6.pl	2010-01-04 17:06:33 UTC (rev 415)
@@ -4,5 +4,5 @@
 my $sock;
 
 if (socket($sock, AF_INET6, SOCK_STREAM, 0)) {
-    print q/$SERVER["socket"] == "[::]:80" { }/ . "\n";
+    print qq/\$SERVER["socket"] == "[::]:80" { }\n/;
 }




More information about the pkg-lighttpd-maintainers mailing list