Module Name:    src
Committed By:   reinoud
Date:           Sat Dec 10 20:58:37 UTC 2022

Modified Files:
        src/usr.sbin/sysinst: disks.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/usr.sbin/sysinst/disks.c

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

Modified files:

Index: src/usr.sbin/sysinst/disks.c
diff -u src/usr.sbin/sysinst/disks.c:1.93 src/usr.sbin/sysinst/disks.c:1.94
--- src/usr.sbin/sysinst/disks.c:1.93	Sat Dec 10 16:52:02 2022
+++ src/usr.sbin/sysinst/disks.c	Sat Dec 10 20:58:37 2022
@@ -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 @@ static const char name_prefix[] = NAME_P
 
 /* 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 */

Reply via email to