Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst Update list with file systems who do have f...



details:   https://anonhg.NetBSD.org/src/rev/77a0d0e018a3
branches:  trunk
changeset: 372587:77a0d0e018a3
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Dec 10 20:58:37 2022 +0000

description:
Update list with file systems who do have fsck adding udf since there is now a
fsck_udf.

diffstat:

 usr.sbin/sysinst/disks.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d56cba2213c6 -r 77a0d0e018a3 usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c  Sat Dec 10 20:57:10 2022 +0000
+++ b/usr.sbin/sysinst/disks.c  Sat Dec 10 20:58:37 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disks.c,v 1.93 2022/12/10 16:52:02 martin Exp $ */
+/*     $NetBSD: disks.c,v 1.94 2022/12/10 20:58:37 reinoud Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -88,12 +88,12 @@
 
 /* things we could have as /sbin/newfs_* and /sbin/fsck_* */
 static const char *extern_fs_with_chk[] = {
-       "ext2fs", "lfs", "msdos", "v7fs"
+       "ext2fs", "lfs", "msdos", "udf", "v7fs"
 };
 
 /* things we could have as /sbin/newfs_* but not /sbin/fsck_* */
 static const char *extern_fs_newfs_only[] = {
-       "sysvbfs", "udf"
+       "sysvbfs"
 };
 
 /* Local prototypes */



Home | Main Index | Thread Index | Old Index