2015-11-02 14:49:34 +00:00
|
|
|
diff -up nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c
|
2016-03-19 18:35:32 +00:00
|
|
|
--- 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)
|
2011-12-13 20:58:20 +00:00
|
|
|
|
2016-03-19 18:35:32 +00:00
|
|
|
xlog_stderr(verbose);
|
2011-12-13 20:58:20 +00:00
|
|
|
if ((argc - optind) != 2) {
|
2016-03-19 18:35:32 +00:00
|
|
|
- xlog_warn("Bad arg count. Check /etc/request-key.conf");
|
2015-11-02 14:49:34 +00:00
|
|
|
+ xlog_err("Bad arg count. Check /etc/request-key.d/request-key.conf");
|
2011-12-13 20:58:20 +00:00
|
|
|
xlog_warn(usage, progname);
|
2015-11-02 14:49:34 +00:00
|
|
|
return EXIT_FAILURE;
|
2011-12-13 20:58:20 +00:00
|
|
|
}
|