On Tue, Feb 04, 2003 at 03:24:52PM +0100, MrLinux wrote: > > On Tue, 2003-02-04 at 13:43, Chris Grossmann wrote: > > Is /usr/local/bin in root's PATH? > > It's both in root and my user's PATH but blackbox didn't work neither > starting it as root nor as user (using exec blackbox).
It's most likely not in the path at the time the exec was being processed. You should be able to verify this by putting something like: echo $PATH > /tmp/path-check just before the exec blackbox line. Then check the contents of /tmp/path-check. -- Jamin W. Collins -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
