Subject: Re: ok to add ex(1) to /rescue?
To: None <tech-userlevel@NetBSD.org>
From: Geert Hendrickx <ghen@NetBSD.org>
List: tech-userlevel
Date: 08/15/2006 16:20:26
--ZfOjI3PrQbgiZnxM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Aug 13, 2006 at 12:47:39AM +0200, Lubomir Sedlacik wrote:
> On Sun, Aug 13, 2006 at 12:22:01AM +0200, Hubert Feyrer wrote:
> > On Sat, 12 Aug 2006, Geert Hendrickx wrote:
> > >Ok to commit?
> > 
> > Fine with *me*, but maybe ask core...
> 
> what for?  it doesn't even consume a single inode more!  i'd say just go
> for it.

Ok, done.  

Is it ok to add mount_tmpfs(8) too?  We have mount_mfs(8) there as well...  

	Geert

--ZfOjI3PrQbgiZnxM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rescue.diff"

Index: distrib/sets/lists/base/rescue.mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/base/rescue.mi,v
retrieving revision 1.18
diff -u -r1.18 rescue.mi
--- distrib/sets/lists/base/rescue.mi	15 Aug 2006 14:14:35 -0000	1.18
+++ distrib/sets/lists/base/rescue.mi	15 Aug 2006 14:19:54 -0000
@@ -84,6 +84,7 @@
 ./rescue/mount_portal				base-rescue-root
 ./rescue/mount_procfs				base-rescue-root
 ./rescue/mount_smbfs				base-rescue-root
+./rescue/mount_tmpfs				base-rescue-root
 ./rescue/mount_ufs				base-rescue-root
 ./rescue/mount_umap				base-rescue-root
 ./rescue/mount_union				base-rescue-root
Index: rescue/list
===================================================================
RCS file: /cvsroot/src/rescue/list,v
retrieving revision 1.24
diff -u -r1.24 list
--- rescue/list	15 Aug 2006 14:14:35 -0000	1.24
+++ rescue/list	15 Aug 2006 14:19:54 -0000
@@ -84,6 +84,7 @@
 PROG	mount_portal
 PROG	mount_procfs
 PROG	mount_smbfs
+PROG	mount_tmpfs
 PROG	mount_umap
 PROG	mount_union
 PROG	newfs		mount_mfs

--ZfOjI3PrQbgiZnxM--