nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch
Steve Dickson f48d343ad8 Updated to latest upstream version 1.3.3
Signed-off-by: Steve Dickson <steved@redhat.com>
2015-11-02 09:49:34 -05:00

13 lines
560 B
Diff

diff -up nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c
--- nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c.orig 2015-09-26 10:01:11.000000000 -0400
+++ nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c 2015-11-02 09:04:35.380893753 -0500
@@ -425,7 +425,7 @@ int main(int argc, char **argv)
xlog_stderr(0);
if ((argc - optind) != 2) {
- xlog_err("Bad arg count. Check /etc/request-key.conf");
+ xlog_err("Bad arg count. Check /etc/request-key.d/request-key.conf");
xlog_warn(usage, progname);
return EXIT_FAILURE;
}