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