Subject: Re: setenv not found:
To: Guy Santiglia <robin5153@yahoo.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 08/17/1999 20:29:31
Guy Santiglia 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?

you're getting it because a Bourne shell (e.g. sh or derivative) is
attempting to run a C shell (e.g. csh or derivative) script.  'setenv' is
a csh command.  the only script that i know of that is run at shutdown is
/etc/rc.shutdown (at least under 1.4 and later).  start there and see
where it leads you.

later.

colin