use fixed gid 76 for saslauth
This commit is contained in:
parent
cf05d06586
commit
3421ff77a8
@ -341,7 +341,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
|
||||
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre
|
||||
getent group %{username} >/dev/null || groupadd -r %{username}
|
||||
getent group %{username} >/dev/null || groupadd -g 76 -r %{username}
|
||||
getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} -s /sbin/nologin -c \"%{hint}\" %{username}
|
||||
|
||||
%post
|
||||
|
Loading…
Reference in New Issue
Block a user