Fixed the home folder issue in the 4zen spec file.
This commit is contained in:
		| @@ -218,7 +218,7 @@ fi | |||||||
|  |  | ||||||
| user_present=`getent passwd | grep ^casaatsd` | user_present=`getent passwd | grep ^casaatsd` | ||||||
| if [ -z "$user_present" ] ; then | if [ -z "$user_present" ] ; then | ||||||
|         /usr/sbin/useradd -c "casaatsd System User" -s /bin/false -r -d /var/lib/CASA/authtoken/validate -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 | fi | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user