From 52192c29b79c6f0d6285faa8adddbc771bc8cc42 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 8 Sep 2000 20:24:53 +0000 Subject: linuxconf moved --- rc.d/init.d/network | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 3635c2f2..7e15822f 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -124,8 +124,8 @@ case "$1" in echo "Configured devices:" echo lo $interfaces - if [ -x /bin/linuxconf ] ; then - eval `/bin/linuxconf --hint netdev` + if [ -x /sbin/linuxconf ] ; then + eval `/sbin/linuxconf --hint netdev` echo "Devices that are down:" echo $DEV_UP echo "Devices with modified configuration:" @@ -141,8 +141,8 @@ case "$1" in $0 start ;; reload) - if [ -x /bin/linuxconf ] ; then - eval `/bin/linuxconf --hint netdev` + if [ -x /sbin/linuxconf ] ; then + eval `/sbin/linuxconf --hint netdev` for device in $DEV_UP ; do action "Bringing up device $device: " ./ifup $device done @@ -182,8 +182,8 @@ case "$1" in fi ;; probe) - if [ -x /bin/linuxconf ] ; then - eval `/bin/linuxconf --hint netdev` + if [ -x /sbin/linuxconf ] ; then + eval `/sbin/linuxconf --hint netdev` [ -n "$DEV_UP$DEV_DOWN$DEV_RECONF$DEV_RECONF_ALIASES" -o \ -n "$DEV_RECONF_ROUTES$IPXINTERNALNET" ] && \ echo reload -- cgit v1.2.1