Subject: /etc/rc.d scripts and $PATH
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 09/15/2003 04:02:24
In days of yore, there was no convenient way to access stat(2) from a command
line, so I wrote a utility named, inventively, 'stat'.

So now, if I try to run some rc.d scripts from a prompt, they fail because
my $PATH is wrong.  Shouldn't rc.d scripts set their paths to /usr/bin and
/usr/sbin (or whatever) preemptively?

-s