Ben Kennish <[EMAIL PROTECTED]> writes:

> Whenever I telnet in to my VS as admin, the $PATH variable doesn't seem
> to be set correctly (missing /sbin and /usr/sbin).

You have to patch /bin/login to fix this.
 
> Anyone know how to correct this (and why its not like this by default)?

Because only `root' should have /sbin and /usr/sbin in its path.
Obviously we're trying to say that `admin' is similar to root and therefore
have those directories in it's path.  Hence the requirement to fix
/bin/login.



Nick.

Reply via email to