Subject: Re: hey
To: None <ewok@hilton.sweb.com>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: port-mac68k
Date: 03/09/1997 22:55:02
On Sat, 8 Mar 1997 20:09:49 -0500,
the grym reaper <ewok@hilton.sweb.com> wrote:
> where can i get /etc/netstart? i toasted mine and now my system wont
> boot :>...can anyone give me a hand? and how to copy the file into
> macbsd from macos...thanx...

Get etc12, or its counterpart in a snapshot, and you'll be able to do:

tar tvf etc12 | grep netstart

to see if it's in it and what path it's in (e.g. "etc/netstart").
Then you can extract it by:

tar xvf etc12 etc/netstart

Ken