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.
This commit is contained in:
tsutsui 2010-05-01 12:08:58 +00:00
parent 1a61dc7fca
commit 3445db8c2d
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.7 2010/02/11 09:06:48 roy Exp $
# $NetBSD: list,v 1.8 2010/05/01 12:08:58 tsutsui Exp $
# extras in bin
PROG bin/csh
@ -9,10 +9,10 @@ PROG bin/rcmd
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.15 2010/02/11 09:06:48 roy Exp $
# $NetBSD: list,v 1.16 2010/05/01 12:08:58 tsutsui Exp $
# extras in bin
PROG bin/csh
@ -9,10 +9,10 @@ PROG bin/rcmd
# 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