nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch
Steve Dickson 246fcbd34a Updated to the latest RC release: nfs-utils-1-3-4-rc4
Signed-off-by: Steve Dickson <steved@redhat.com>
2016-03-19 14:35:32 -04:00

13 lines
567 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 2016-03-16 12:29:29.054788094 -0400
+++ nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c 2016-03-16 12:31:58.234450259 -0400
@@ -430,7 +430,7 @@ int main(int argc, char **argv)
xlog_stderr(verbose);
if ((argc - optind) != 2) {
- xlog_warn("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;
}