nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch

13 lines
549 B
Diff
Raw Normal View History

diff -up nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c
--- nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c.orig 2013-04-22 12:47:20.000000000 -0400
+++ nfs-utils-1.2.8/utils/nfsidmap/nfsidmap.c 2013-09-18 15:38:13.872514000 -0400
@@ -291,7 +291,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/id_resolver.conf");
xlog_warn(usage, progname);
return 1;
}