/var/log/setup/setup.netconfig is unable to run as it complains about not
being able to find 'sbin/netconfig.tty' or '/sbin/netconfig.color'. Patch
is below:
--- setup.netconfig~ Wed May 6 22:58:26 1998
+++ setup.netconfig Thu Nov 30 19:07:58 2000
@@ -5,12 +5,12 @@
configure your network?" 5 60
if [ $? = 0 ]; then
NETCONF="y"
- sh sbin/netconfig.color
+ sh /sbin/netconfig.color
fi
else
echo -n "Would you like to configure your network ([y]es, [n]o)? "
read NETCONF;
if [ "$NETCONF" = "y" ]; then
- sh sbin/netconfig.tty
+ sh /sbin/netconfig.tty
fi
fi
/Jesper Juhl - juhl@eisenstein.dk
This archive was generated by hypermail 2b30 : Fri May 09 2003 - 10:00:02 PDT