coren has submitted this change and it was merged.

Change subject: Fix the script not passing arguments to the binary
......................................................................


Fix the script not passing arguments to the binary

rpc.mountd must pass any arguments given to the rpc.mountd.real
binary, otherwise it will not know it has to --manage-gids...

Bug: T87870
Change-Id: Ifd62e2b4dbf13a4042533e5c68fdfae7ac578102
---
M debian/changelog
M src/rpc.mountd
2 files changed, 7 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, but someone else must approve
  coren: Verified; Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
index 381ceda..084a288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nfsd-ldap (1.1) unstable; urgency=low
+
+  * COrrect the shim script so that it passes its argument forward
+
+ -- Marc A. Pelletier <m...@wikimedia.org>  Mon, 23 Nov 2015 15:57:37 -0500
+
 nfsd-ldap (1.0) unstable; urgency=low
 
   * Initial Release.
diff --git a/src/rpc.mountd b/src/rpc.mountd
index 70aa3e4..d0e0683 100644
--- a/src/rpc.mountd
+++ b/src/rpc.mountd
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-LD_PRELOAD=/usr/lib/nfsd-ldap/useldap.so exec /usr/sbin/rpc.mountd.real
+LD_PRELOAD=/usr/lib/nfsd-ldap/useldap.so exec /usr/sbin/rpc.mountd.real "$@"

-- 
To view, visit https://gerrit.wikimedia.org/r/254941
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd62e2b4dbf13a4042533e5c68fdfae7ac578102
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/nfsd-ldap
Gerrit-Branch: master
Gerrit-Owner: coren <mpellet...@wikimedia.org>
Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: coren <mpellet...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to