Module Name:    src
Committed By:   tsutsui
Date:           Sat May  1 12:18:02 UTC 2010

Modified Files:
        src/distrib/hpcsh/miniroot: list

Log Message:
Remove fsck_ext2fs(8) and mount_ext2fs(8).
(no file-system EXT2FS in kernels)
Add fsck_msdos(8) and newfs_msdos(8) instead for bootstrap from WinCE.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/hpcsh/miniroot/list

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

Modified files:

Index: src/distrib/hpcsh/miniroot/list
diff -u src/distrib/hpcsh/miniroot/list:1.6 src/distrib/hpcsh/miniroot/list:1.7
--- src/distrib/hpcsh/miniroot/list:1.6	Thu Feb 11 09:06:48 2010
+++ src/distrib/hpcsh/miniroot/list	Sat May  1 12:18:02 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.6 2010/02/11 09:06:48 roy Exp $
+#	$NetBSD: list,v 1.7 2010/05/01 12:18:02 tsutsui Exp $
 
 # extras in bin
 #PROG	bin/csh
@@ -9,10 +9,10 @@
 # extras in sbin
 PROG	sbin/disklabel
 PROG	sbin/fdisk
-PROG	sbin/mount_ext2fs
-PROG	sbin/fsck_ext2fs
+PROG	sbin/fsck_msdos
 PROG	sbin/mount_kernfs
 PROG	sbin/mount_msdos
+PROG	sbin/newfs_msdos
 
 # extras in /usr.bin
 #PROG	usr/bin/netstat

Reply via email to