BSD: Add /usr/local/bin to the default PATH on login

This commit is contained in:
Marcin Cieslak 2012-09-10 04:38:04 +02:00 committed by Jon Trulson
parent c3cb5b8aa6
commit 071da0d223
1 changed files with 3 additions and 1 deletions

View File

@ -135,8 +135,10 @@ XCOMM To specify a default user PATH environment variable.
XCOMM
XCOMM Dtlogin*userPath: <path>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux)
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