Author: glen                         Date: Sun Mar 29 14:57:11 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- revert

---- Files affected:
SOURCES:
   iptables.init (1.9 -> 1.10) , ip6tables.init (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SOURCES/iptables.init
diff -u SOURCES/iptables.init:1.9 SOURCES/iptables.init:1.10
--- SOURCES/iptables.init:1.9   Fri Mar 27 16:11:38 2009
+++ SOURCES/iptables.init       Sun Mar 29 16:57:05 2009
@@ -26,11 +26,6 @@
 # Source 'em up
 . /etc/rc.d/init.d/functions
 
-# Not supported in vserver
-if is_yes "$VSERVER"; then
-       exit 0
-fi
-
 if [ "$(kernelver)" -lt "002003000" ]; then
        exit 0
 fi

================================================================
Index: SOURCES/ip6tables.init
diff -u SOURCES/ip6tables.init:1.13 SOURCES/ip6tables.init:1.14
--- SOURCES/ip6tables.init:1.13 Fri Mar 27 16:11:39 2009
+++ SOURCES/ip6tables.init      Sun Mar 29 16:57:06 2009
@@ -27,11 +27,6 @@
 # Source 'em up
 . /etc/rc.d/init.d/functions
 
-# Not supported in vserver
-if is_yes "$VSERVER"; then
-       exit 0
-fi
-
 if [ "$(kernelver)" -lt "002003000" ]; then
        exit 0
 fi
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/iptables.init?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ip6tables.init?r1=1.13&r2=1.14&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to