forked from pool/fetchmail
Accepting request 140978 from home:coolo:branches:openSUSE:Factory
- do not use useradd -o without -u OBS-URL: https://build.opensuse.org/request/show/140978 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=44
This commit is contained in:
parent
4b820d99c2
commit
84c9fafd3d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 12 15:41:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- do not use useradd -o without -u
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 11 09:09:21 UTC 2012 - vcizek@suse.com
|
Tue Sep 11 09:09:21 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/fetchmail
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
usr/sbin/useradd -r -o -g daemon -s /bin/false \
|
usr/sbin/useradd -r -g daemon -s /bin/false \
|
||||||
-c "mail retrieval daemon" -d /var/lib/fetchmail fetchmail 2>/dev/null || :
|
-c "mail retrieval daemon" -d /var/lib/fetchmail fetchmail 2>/dev/null || :
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user