Subject: Re: setenv not found:
To: None <robin5153@yahoo.com>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 08/18/1999 12:19:47
On Tue, 17 Aug 1999 20:17:13 -0700 (PDT), Guy Santiglia <robin5153@yahoo.com> wrote:
>  When I do a shutdown now to go into single user mode,
>  I get the message "setenv not found" (or something
> like that)
> Why am I getting that message and where do I
> need to setenv?

The reason is because you are no longer in csh.  You can either get
used to sh or type /bin/csh every time you are asked upon entering
single-user mode.

Sh's equivalent of "setenv VAR val" is "export VAR=val".

Ken