Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 1997 23:14:57 -0400 (EDT)
From:      Khelbin Sunvold <khelbin@ntplx.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SOLVED! (was: How do I fix the ethernet card I/O address (?))
Message-ID:  <Pine.SUN.3.96.970911231231.22175C-100000@sea.ntplx.net>
In-Reply-To: <25758.874010970@monkeys.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 11 Sep 1997, Ronald F. Guilmette wrote:

> Is it a well-known problem that in the 2.2.2 release, the comments that
> end up in the /etc/rc.conf file are all screwed up?  I've manually edited
> down a bunch of them so they look normal, but I guess that I really ought
> to just sed them all to fix them all in one go.
> 


It's in the errata list on www.freebsd.org but rather than manually
editing it you can extract the important things like this:

   awk '$1 ~ "=" {print $1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11}' /etc/rc.conf

..and redirect it to a file and then keep a backup of it until you fix the
problem.  I'm sure you could use sed to do this to but I don't know sed
very well yet. :)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.96.970911231231.22175C-100000>