Module Name: src
Committed By: martin
Date: Tue Dec 20 09:50:39 UTC 2022
Modified Files:
src/sbin/tunefs [netbsd-10]: tunefs.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #10):
sbin/tunefs/tunefs.c: revision 1.57
tunefs: clarify that "-a" refers to NFSv4 ACLs
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.56.2.1 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.56.2.1
--- src/sbin/tunefs/tunefs.c:1.56 Thu Nov 17 06:40:39 2022
+++ src/sbin/tunefs/tunefs.c Tue Dec 20 09:50:39 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: tunefs.c,v 1.56 2022/11/17 06:40:39 chs Exp $ */
+/* $NetBSD: tunefs.c,v 1.56.2.1 2022/12/20 09:50:39 martin 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.56.2.1 2022/12/20 09:50:39 martin 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);