s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config

This commit is contained in:
Pascal Stumpf
2013-07-22 22:14:45 +02:00
committed by Jon Trulson
parent 5153c43c50
commit 57cfd2162d
11 changed files with 26 additions and 26 deletions

View File

@@ -136,9 +136,9 @@ XCOMM
XCOMM Dtlogin*userPath: <path>
#if defined(linux)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:CDE_INSTALLATION_TOP/bin
#elif defined(CSRG_BASED)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/dt/bin
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:CDE_INSTALLATION_TOP/bin
#endif