From da26ee9d095bf20a76de6a392c9f5c955821c2ee Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Tue, 22 Jan 2013 12:49:15 +0000 Subject: [PATCH] Ramdisk: remove mtab, as now obsolete --- drivers/ramdisk/Makefile | 4 ++-- drivers/ramdisk/mtab | 1 - drivers/ramdisk/proto.common.etc | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100755 drivers/ramdisk/mtab diff --git a/drivers/ramdisk/Makefile b/drivers/ramdisk/Makefile index 30aa3df6b..700f388ab 100644 --- a/drivers/ramdisk/Makefile +++ b/drivers/ramdisk/Makefile @@ -26,7 +26,7 @@ PROTO= proto # Common to all architectures ETC= system.conf master.passwd -EXTRA= mtab +EXTRA= rc PROTO_FILES= proto.common.etc proto.common.dynamic proto.dev PROG_DRIVERS= PROG_COMMANDS= mount fsck.mfs sh service @@ -99,7 +99,7 @@ ${etc}: ${NETBSDSRCDIR}/etc/${etc} # LSC Force the regeneration of the proto file as it seems sometimes # they are not copied over as needed. -# LSC ramdisk rc file != /etc/rc && mtab not empty! +# LSC ramdisk rc file != /etc/rc # BJG if ${.CURDIR} == ${.OBJDIR}, we are building in-tree and install # shouldn't try to install the originals over the originals. Otherwise # we are building out-of-tree and the contents should be copied diff --git a/drivers/ramdisk/mtab b/drivers/ramdisk/mtab deleted file mode 100755 index 8b92699c0..000000000 --- a/drivers/ramdisk/mtab +++ /dev/null @@ -1 +0,0 @@ -/dev/imgrd / 3 rw diff --git a/drivers/ramdisk/proto.common.etc b/drivers/ramdisk/proto.common.etc index a0354b3db..a4878c969 100644 --- a/drivers/ramdisk/proto.common.etc +++ b/drivers/ramdisk/proto.common.etc @@ -1,6 +1,5 @@ etc d--755 0 0 system.conf ---644 0 0 system.conf - mtab ---644 0 0 mtab passwd ---644 0 0 passwd pwd.db ---644 0 0 pwd.db spwd.db ---600 0 0 spwd.db -- 2.44.0