From adcc4226f5be5723c56a953eb5e81b295f471686 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 17 Jan 2007 19:41:50 +0000 Subject: remove NETWORKING_IPV6 --- ppp/ipv6-down | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ppp/ipv6-down') diff --git a/ppp/ipv6-down b/ppp/ipv6-down index bc960483..b290585a 100644 --- a/ppp/ipv6-down +++ b/ppp/ipv6-down @@ -22,9 +22,6 @@ # # Version 2006-08-02 # -# Uses following information from /etc/sysconfig/network: -# NETWORKING_IPV6=yes|no: controls IPv6 initialization (global setting) -# # Uses following information from /etc/sysconfig/network-scripts/ifcfg-$1: # IPV6INIT=yes|no: controls IPv6 configuration for this interface # @@ -46,9 +43,6 @@ CONFIG=$LOGDEVICE [ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG source_config -# Test whether IPv6 should be configured, else stop -[ "${NETWORKING_IPV6}" = "yes" ] || exit 0 - [ -f /etc/sysconfig/network-scripts/network-functions-ipv6 ] || exit 1 . /etc/sysconfig/network-scripts/network-functions-ipv6 -- cgit v1.2.1