SOURCES: vlogger-vhost.patch - blah

arekm arekm at pld-linux.org
Sun Sep 11 21:34:11 CEST 2005


Author: arekm                        Date: Sun Sep 11 19:34:11 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- blah

---- Files affected:
SOURCES:
   vlogger-vhost.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/vlogger-vhost.patch
diff -u SOURCES/vlogger-vhost.patch:1.1 SOURCES/vlogger-vhost.patch:1.2
--- SOURCES/vlogger-vhost.patch:1.1	Sun Sep 11 21:32:15 2005
+++ SOURCES/vlogger-vhost.patch	Sun Sep 11 21:34:05 2005
@@ -6,7 +6,7 @@
          my $reqsize = $this_line[10];
          $vhost = lc($vhost) || "default";
 -        if ( $vhost =~ m#[/\\]# ) { $vhost = "default" }
-+        if ( $vhost =~ m#[/\\]# ) || { $vhost !~ m#[a-zA-Z0-9\-]\.[a-zA-Z0-9\-\.]# ) {
++        if (( $vhost =~ m#[/\\]# ) || ( $vhost !~ m#[a-zA-Z0-9\-]\.[a-zA-Z0-9\-\.]# )) {
 +	    $vhost = "default"
 +	}
          $vhost =~ /(.*)/o;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/vlogger-vhost.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list