Module Name:    src
Committed By:   chs
Date:           Mon Dec 19 21:13:16 UTC 2022

Modified Files:
        src/sbin/tunefs: tunefs.c

Log Message:
tunefs: clarify that "-a" refers to NFSv4 ACLs


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sbin/tunefs/tunefs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/tunefs/tunefs.c
diff -u src/sbin/tunefs/tunefs.c:1.56 src/sbin/tunefs/tunefs.c:1.57
--- src/sbin/tunefs/tunefs.c:1.56	Thu Nov 17 06:40:39 2022
+++ src/sbin/tunefs/tunefs.c	Mon Dec 19 21:13:16 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: tunefs.c,v 1.56 2022/11/17 06:40:39 chs Exp $	*/
+/*	$NetBSD: tunefs.c,v 1.57 2022/12/19 21:13:16 chs Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 19
 #if 0
 static char sccsid[] = "@(#)tunefs.c	8.3 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: tunefs.c,v 1.56 2022/11/17 06:40:39 chs Exp $");
+__RCSID("$NetBSD: tunefs.c,v 1.57 2022/12/19 21:13:16 chs Exp $");
 #endif
 #endif /* not lint */
 
@@ -360,7 +360,7 @@ main(int argc, char *argv[])
 	 * be cleared by kernel or fsck.
 	 */
 	if (aflag) {
-		name = "ACLs";
+		name = "NFSv4 ACLs";
 		if (strcmp(avalue, "enable") == 0) {
 			if (is_ufs2 && !extattr) {
 				warnx("%s not supported by this fs", name);

Reply via email to