Accepting request 224663 from home:coolo:branches:openSUSE:Factory
- fix typo in useradd call's user home dir OBS-URL: https://build.opensuse.org/request/show/224663 OBS-URL: https://build.opensuse.org/package/show/network/rpcbind?expand=0&rev=38
This commit is contained in:
parent
46e2c9290d
commit
57ad97882f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 17:55:01 UTC 2014 - coolo@suse.com
|
||||
|
||||
- fix typo in useradd call's user home dir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 06:39:39 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -139,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%service_add_pre %{name}.service %{name}.socket
|
||||
|
||||
# Add "rpc" user
|
||||
getent passwd rpc >/dev/null || /usr/sbin/useradd -r -g nogroup -d /var/lib/emptry -s /sbin/nologin -c "user for rpcbind" rpc
|
||||
getent passwd rpc >/dev/null || /usr/sbin/useradd -r -g nogroup -d /var/lib/empty -s /sbin/nologin -c "user for rpcbind" rpc
|
||||
exit 0
|
||||
|
||||
%preun
|
||||
|
Loading…
Reference in New Issue
Block a user