You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
568 B
13 lines
568 B
7 years ago
|
diff -up nfs-utils-1.3.0/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.3.0/utils/nfsidmap/nfsidmap.c
|
||
|
--- nfs-utils-1.3.0/utils/nfsidmap/nfsidmap.c.orig 2017-04-27 14:11:05.788115492 -0400
|
||
|
+++ nfs-utils-1.3.0/utils/nfsidmap/nfsidmap.c 2017-04-27 14:11:26.291788824 -0400
|
||
|
@@ -417,7 +417,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_warn("Bad arg count. Check /etc/request-key.d/request-key.conf");
|
||
|
xlog_warn(usage, progname);
|
||
|
return EXIT_FAILURE;
|
||
|
}
|