]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
One more fix.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Mar 2011 21:45:51 +0000 (21:45 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Mar 2011 21:45:51 +0000 (21:45 +0000)
svn-id: @12214

sysconfig/network-scripts/functions.network

index 25be1cb3b61680f0ab6ad9305c87ce58471513a3..e4e3bd9f6417e303e3631ae46b6fb1ec1d89438b 100644 (file)
@@ -370,7 +370,7 @@ set_down_loopback()
 
 modprobe_net()
 {
-       if is_yes "$IPV6_NETWORKING"
+       if is_yes "$IPV6_NETWORKING"; then
                if is_module "ipv6"; then
                        _modprobe single ipv6
                fi
This page took 0.052302 seconds and 4 git commands to generate.