Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/sbin/tunefs Pull up following revision(s) (requested by ...
details: https://anonhg.NetBSD.org/src/rev/5a288ab2bd89
branches: netbsd-10
changeset: 372686:5a288ab2bd89
user: martin <martin%NetBSD.org@localhost>
date: Tue Dec 20 09:50:39 2022 +0000
description:
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
diffstat:
sbin/tunefs/tunefs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d9dbf915b537 -r 5a288ab2bd89 sbin/tunefs/tunefs.c
--- a/sbin/tunefs/tunefs.c Tue Dec 20 09:49:21 2022 +0000
+++ b/sbin/tunefs/tunefs.c Tue Dec 20 09:50:39 2022 +0000
@@ -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 @@
#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 @@
* 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);
Home |
Main Index |
Thread Index |
Old Index