Re: AuthServer StartupItem & File Paths
Re: AuthServer StartupItem & File Paths
- Subject: Re: AuthServer StartupItem & File Paths
- From: Kevin Van Vechten <email@hidden>
- Date: Mon, 27 Mar 2006 15:43:34 -0800
In a way, you've answered your own question. No it's not "normal" to
use relative paths, since most things use absolute paths. But if the
real intent of the question is whether this is unsafe, then the
answer is no, probably not unsafe.
/etc/rc.common sets the path to a relatively restricted set of
directories:
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/libexec:/System/Library/
CoreServices
- Kevin
On Mar 24, 2006, at 2:44 PM, Stéphane Sudre wrote:
Stupid question:
Is it normal that the script for the AuthServer Startup Item is
calling:
tim
instead of
/usr/sbin/tim
?
It seems strange to use a relative file path for the authserver
module when other modules are using absolute file path.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden