BSD: Add /usr/local/bin to the default PATH on login
This commit is contained in:
committed by
Jon Trulson
parent
c3cb5b8aa6
commit
071da0d223
@@ -135,8 +135,10 @@ XCOMM To specify a default user PATH environment variable.
|
|||||||
XCOMM
|
XCOMM
|
||||||
XCOMM Dtlogin*userPath: <path>
|
XCOMM Dtlogin*userPath: <path>
|
||||||
|
|
||||||
#if defined(linux) || defined(CSRG_BASED)
|
#if defined(linux)
|
||||||
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
|
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
|
||||||
|
#elif defined(CSRG_BASED)
|
||||||
|
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/dt/bin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user