Changes of Revision 14
[-] | Changed | couchdb.spec |
1
2 if /usr/bin/id %{name} > /dev/null 2>&1 ; then 3 : # user already exists 4 else 5 - /usr/sbin/useradd -r -d %{_datadir}/%{name} -s /bin/bash -c "CouchDB" %{name} || \ 6 + /usr/sbin/useradd -r -d %{_datadir}/%{name} -g www -s /bin/bash -c "CouchDB" %{name} || \ 7 %nnmmsg Unexpected error adding user "%{name}". Aborting install process. 8 fi 9 10 |