Subject: Re: /etc/rc.d scripts and $PATH
To: Holger Rasch <Holger.Rasch@Informatik.Uni-Oldenburg.DE>
From: Greywolf <greywolf@starwolf.com>
List: current-users
Date: 09/16/2003 07:51:21
Thus spake Holger Rasch ("HR> ") sometime Today...

HR> > Me, I like having some things inherited; I realise one's mileage may
HR> > vary.  The option should be there.  Which flag shall we use? :-)
HR>
HR> env -i su
HR>
HR> perhaps?

Of course!  Silly me!

Greg:

su () {
	env -i su "$@";
}

# :-)


				--*greywolf;
--
NetBSD: May the Source be with you.