]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- do nothing in vserver
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 27 Mar 2009 15:11:39 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ip6tables.init -> 1.13
    iptables.init -> 1.9

ip6tables.init
iptables.init

index e7ed89f523b9be8f4ff14435adbc3e6c53f1a9c3..bd444c9cea7f5ce99ad616c6e16a8145541f11ab 100644 (file)
@@ -27,6 +27,11 @@ fi
 # 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 53ee32de2dd4fb2854aa72f6d65ce38c7cfc4fad..7ab0383e790095164db42a8a7efd90a9a7ee7fcd 100644 (file)
@@ -26,6 +26,11 @@ fi
 # 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
This page took 0.137169 seconds and 4 git commands to generate.