Better description for user account

OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=46
This commit is contained in:
Jan Engelhardt 2012-11-23 18:29:42 +00:00 committed by Git OBS Bridge
parent 8f086df13d
commit 99b9801a32

View File

@ -137,7 +137,8 @@ cp -v "$b/%_sysconfdir/%name"/atheme.motd{.example,}
/usr/sbin/groupadd -r atheme >/dev/null || :;
/usr/bin/getent passwd atheme >/dev/null 2>/dev/null || \
/usr/sbin/useradd -r -g atheme -s /bin/false \
-c "%name daemon" -d "%atheme_home" atheme >/dev/null || :;
-c "Atheme IRC Services daemon" -d "%atheme_home" \
atheme >/dev/null || :;
%if 0%{?_unitdir:1}
%service_add_pre atheme.service
%endif