aboutsummaryrefslogtreecommitdiffstats
path: root/main/rpcbind/rpcbind-0.2.1-rpcuser.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-01 14:46:00 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-01 14:47:27 +0100
commit7467d292063c766cc80129520e9ca22c9c096705 (patch)
tree7998d7170a87be4c8628d40cac18c215e23c5bfa /main/rpcbind/rpcbind-0.2.1-rpcuser.patch
parent3cebd216b5fe3d2689e3200cecfa6803678c6d57 (diff)
downloadaports-7467d292063c766cc80129520e9ca22c9c096705.tar.bz2
aports-7467d292063c766cc80129520e9ca22c9c096705.tar.xz
main/rpcbind: use 'rpc' as user, fix startup
Diffstat (limited to 'main/rpcbind/rpcbind-0.2.1-rpcuser.patch')
-rw-r--r--main/rpcbind/rpcbind-0.2.1-rpcuser.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/rpcbind/rpcbind-0.2.1-rpcuser.patch b/main/rpcbind/rpcbind-0.2.1-rpcuser.patch
new file mode 100644
index 0000000000..426f997e7f
--- /dev/null
+++ b/main/rpcbind/rpcbind-0.2.1-rpcuser.patch
@@ -0,0 +1,26 @@
+commit b3b031b07cc5909aaf964f9d4cf46f6097769320
+Author: Steve Dickson <steved@redhat.com>
+Date: Wed Aug 21 14:40:22 2013 -0400
+
+ rpcbind: rpcuser not being set in Makefile.am
+
+ Commit 8d7a0708 cause a regression where the rpcuser id was not
+ being set, which in turn cause rpcbind to immediately exit.
+ This patch removes the extra ',' that was in the AC_ARG_WITH
+ statement in the configure.ac file.
+
+ Signed-off-by: Steve Dickson <steved@redhat.com>
+
+diff --git a/configure.ac b/configure.ac
+index 2b67720..1cf42d3 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,7 +23,7 @@ AC_ARG_WITH([statedir],
+ AC_SUBST([statedir], [$with_statedir])
+
+ AC_ARG_WITH([rpcuser],
+- AS_HELP_STRING([--with-rpcuser=ARG], [use ARG for RPC @<:@default=root@:>@]),
++ AS_HELP_STRING([--with-rpcuser=ARG], [use ARG for RPC @<:@default=root@:>@])
+ ,, [with_rpcuser=root])
+ AC_SUBST([rpcuser], [$with_rpcuser])
+