aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-08-14 15:04:44 -0400
committerBill Nottingham <notting@redhat.com>2009-08-21 11:16:22 -0400
commitcacace806c960f80a7089e379a7d8549eb8be32a (patch)
treec9d9e8470dd461113abd6c1d822faded0164d382 /sysconfig
parent0e315c10bf0439c5f8eb0dcfc9b0637679671511 (diff)
downloadinitscripts-cacace806c960f80a7089e379a7d8549eb8be32a.tar
initscripts-cacace806c960f80a7089e379a7d8549eb8be32a.tar.gz
initscripts-cacace806c960f80a7089e379a7d8549eb8be32a.tar.bz2
initscripts-cacace806c960f80a7089e379a7d8549eb8be32a.tar.xz
initscripts-cacace806c960f80a7089e379a7d8549eb8be32a.zip
Don't call a function that doesn't actually do anything.
Diffstat (limited to 'sysconfig')
-rwxr-xr-xsysconfig/network-scripts/init.ipv6-global4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysconfig/network-scripts/init.ipv6-global b/sysconfig/network-scripts/init.ipv6-global
index 8f402022..0627dfae 100755
--- a/sysconfig/network-scripts/init.ipv6-global
+++ b/sysconfig/network-scripts/init.ipv6-global
@@ -123,10 +123,6 @@ case $ACTION in
stop)
case $POSITION in
pre)
- # IPv6 test, no module loaded, exit if system is not IPv6-ready
- ipv6_test testonly || exit 0
-
-
;;
post)