Removed work-arounds from SPEC files and BasicATSSetup script.

This commit is contained in:
Juan Carlos Luciani
2007-05-10 16:57:58 +00:00
parent ad9e7958b5
commit 44e38c771d
4 changed files with 11 additions and 43 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 10 10:55:22 MDT 2007 - jluciani@novell.com
- Removed the temporary work around made to the SPEC files
which was allowing the user casaatsd to have a shell.
- Removed the OES workaround from the CasaBasicATSSetup script
since it is no longer needed.
-------------------------------------------------------------------
Wed May 9 16:38:14 MDT 2007 - jluciani@novell.com

View File

@@ -221,8 +221,7 @@ fi
user_present=`getent passwd | grep ^casaatsd`
if [ -z "$user_present" ] ; then
# /usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
/usr/sbin/useradd -c "casaatsd System User" -s /bin/bash -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
/usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
fi

View File

@@ -221,8 +221,7 @@ fi
user_present=`getent passwd | grep ^casaatsd`
if [ -z "$user_present" ] ; then
# /usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
/usr/sbin/useradd -c "casaatsd System User" -s /bin/bash -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
/usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/svc -g casaauth casaatsd 2> /dev/null || :
fi