Accepting request 788124 from home:kukuk:container
- Use test -x instead of -f OBS-URL: https://build.opensuse.org/request/show/788124 OBS-URL: https://build.opensuse.org/package/show/Base:System/system-users?expand=0&rev=45
This commit is contained in:
parent
eb205050c2
commit
d80072ee8a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 10:10:46 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Use test -x instead of -f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 19:00:10 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
@ -275,7 +275,7 @@ install -m 644 %{SOURCE20} %{buildroot}%{_sysusersdir}/system-user-tss.conf
|
||||
%pre -n system-user-lp -f lp.pre
|
||||
%pre -n system-user-nobody -f nobody.pre
|
||||
%post -n system-user-nobody
|
||||
test -f /usr/sbin/usermod && /usr/sbin/usermod -s /bin/bash nobody ||:
|
||||
test -x /usr/sbin/usermod && /usr/sbin/usermod -s /bin/bash nobody ||:
|
||||
|
||||
%pre -n system-user-upsd -f upsd.pre
|
||||
%pre -n system-user-uuidd -f uuidd.pre
|
||||
|
Loading…
x
Reference in New Issue
Block a user