From 57ad97882f4878780f68ba60e94b525fa72bd8d233ef0c944a7a1a3a23dd215f Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Tue, 4 Mar 2014 18:37:47 +0000 Subject: [PATCH] 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 --- rpcbind.changes | 5 +++++ rpcbind.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rpcbind.changes b/rpcbind.changes index a46a881..a9b2221 100644 --- a/rpcbind.changes +++ b/rpcbind.changes @@ -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 diff --git a/rpcbind.spec b/rpcbind.spec index cfc118c..2d4476e 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -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