nfs-utils/nfs-utils-1.2.5-idmap-errmsg.patch
Steve Dickson e167f1694e Update to upstream RC release: nfs-utils-1.2.6-rc4
Enabled new idmaping by installing the id_resolver.conf file.

Signed-off-by: Steve Dickson <steved@redhat.com>
2011-12-13 15:58:20 -05:00

13 lines
549 B
Diff

diff -up nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c
--- nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c.orig 2011-12-13 15:01:26.311660000 -0500
+++ nfs-utils-1.2.5/utils/nfsidmap/nfsidmap.c 2011-12-13 15:32:48.167354000 -0500
@@ -261,7 +261,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;
}