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

@@ -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