6f44f30
diff -up nfs-utils-2.4.2/utils/nfsidmap/nfsidmap.c.orig nfs-utils-2.4.2/utils/nfsidmap/nfsidmap.c
6f44f30
--- nfs-utils-2.4.2/utils/nfsidmap/nfsidmap.c.orig	2019-11-11 14:15:50.000000000 -0500
6f44f30
+++ nfs-utils-2.4.2/utils/nfsidmap/nfsidmap.c	2019-11-11 14:29:47.355661037 -0500
6f44f30
@@ -434,7 +434,7 @@ int main(int argc, char **argv)
e167f16
 
246fcbd
 	xlog_stderr(verbose);
e167f16
 	if ((argc - optind) != 2) {
246fcbd
-		xlog_warn("Bad arg count. Check /etc/request-key.conf");
6f44f30
+		xlog_warn("Bad arg count. Check /etc/request-key.d/request-key.conf");
6f44f30
 		xlog_warn(USAGE, progname);
d5a7f16
 		return EXIT_FAILURE;
e167f16
 	}