use /etc/rc.d/network_ipv6 instead of obsoleted /etc/rc.network6.

This commit is contained in:
Hajimu UMEMOTO 2003-05-05 19:06:46 +00:00
parent 504755d9ca
commit 924aa27d79

View file

@ -134,8 +134,8 @@ case ${startstop} in
# IPv6 setup
case ${ipv6_enable} in
[Yy][Ee][Ss])
if [ -r /etc/rc.network6 ]; then
. /etc/rc.network6
if [ -r /etc/rc.d/network_ipv6 ]; then
. /etc/rc.d/network_ipv6
network6_interface_setup ${interface}
fi
;;