aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-04-17 00:04:24 +0000
committerBill Nottingham <notting@redhat.com>2007-04-17 00:04:24 +0000
commit1c61504498ffb5e9d8b928a50aba4101d384258c (patch)
tree3005d1bc9a11448aaa9e39e24ec15bc88aecbfb0 /sysconfig
parent3b5f7032777da3a4d0b54b12271f8fca28d27652 (diff)
downloadinitscripts-1c61504498ffb5e9d8b928a50aba4101d384258c.tar
initscripts-1c61504498ffb5e9d8b928a50aba4101d384258c.tar.gz
initscripts-1c61504498ffb5e9d8b928a50aba4101d384258c.tar.bz2
initscripts-1c61504498ffb5e9d8b928a50aba4101d384258c.tar.xz
initscripts-1c61504498ffb5e9d8b928a50aba4101d384258c.zip
as we don't use NETWORKING_IPV6, silence errors (#195845)
Diffstat (limited to 'sysconfig')
-rw-r--r--sysconfig/network-scripts/network-functions-ipv62
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions-ipv6 b/sysconfig/network-scripts/network-functions-ipv6
index 2db8248c..698d3e6a 100644
--- a/sysconfig/network-scripts/network-functions-ipv6
+++ b/sysconfig/network-scripts/network-functions-ipv6
@@ -180,7 +180,7 @@ ipv6_test() {
modprobe ipv6
if ! [ -f /proc/net/if_inet6 ]; then
- ipv6_log $"Kernel is not compiled with IPv6 support" crit $fn
+ # ipv6_log $"Kernel is not compiled with IPv6 support" crit $fn
return 2
fi
fi