Re: [slackware-alphadevel] Bug report (and fix): setup.netconfig

From: Octave Orgeron (unixconsole@yahoo.com)
Date: Thu Nov 30 2000 - 22:55:04 PST


Hey,

I ran into this as well:)

--- Jesper Juhl <juhl@eisenstein.dk> wrote:
>
> /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
>
>

=====
******************************************************
* Octave J. Orgeron * Specializing in : *
* Unix Systems Administrator * Solaris/Tru64/Linux *
* Sun Microsystems, Inc. * Certified Solaris *
* octave@sun.com * Systems Administrator *
******************************************************

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



This archive was generated by hypermail 2b30 : Fri May 09 2003 - 10:00:02 PDT