Date: Fri, 12 May 1995 00:00:49 +0200 (MET DST) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Cc: freebsd-current@freefall.cdrom.com (user alias) Subject: Re: bug in /usr/src/etc/rc (netstart) Message-ID: <199505112200.AAA17010@gilberto.physik.rwth-aachen.de> In-Reply-To: <199505112142.OAA13278@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 11, 95 02:42:34 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > Let's take this little example: > > > > let r be rc > > let s be sysconfig > > let n bet netstart > > > > -------- r --------- > > #!/bin/sh > > . s > > sh n > > -------- s --------- > > #!/bin/sh > > hostname=foo > > -------- n --------- > > #!/bin/sh - > > You missed: > . s > at line 8, the very first thing done. AARRGGH! I was using netstart 1.26 all the time. Mea culpa. Thousand excuses! > > > echo $hostname > > > > Now execute r and you will find the the echo in n is empty. > > > > A sixpack of beer that something is wrong with the current rc/sysconfig/net > > start combo. > > I don't drink, but look at line 8 of /etc/netstart: > . /etc/sysconfig > > > -- > > > Rod Grimes rgrimes@gndrsh.aac.dev.com > > > Accurate Automation Company Custom computers for FreeBSD > > > > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > Sorry for the confusion. Shame on me. Red face ///// --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de FreeBSD blues.physik.rwth-aachen.de 2.0-BUILT-19950507 FreeBSD 2.0-BUILT-1995 0507 #0: Sun May 7 18:08:05 MET DST 1995 root@blues.physik.rwth-aachen.d e:/usr/src/sys/compile/BLUESGUS i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505112200.AAA17010>