s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config
This commit is contained in:
committed by
Jon Trulson
parent
5153c43c50
commit
57cfd2162d
@@ -72,8 +72,8 @@ fi
|
||||
|
||||
#ifdef sun
|
||||
if [ ! -f /etc/pam.conf ]; then
|
||||
if [ -f /usr/dt/config/sys.pam.conf ]; then
|
||||
/bin/cp /usr/dt/config/sys.pam.conf /etc/pam.conf
|
||||
if [ -f CDE_INSTALLATION_TOP/config/sys.pam.conf ]; then
|
||||
/bin/cp CDE_INSTALLATION_TOP/config/sys.pam.conf /etc/pam.conf
|
||||
/bin/chmod 644 /etc/pam.conf
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user