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:
Factory Maintainer 2014-03-04 18:37:47 +00:00 committed by Git OBS Bridge
parent 46e2c9290d
commit 57ad97882f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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