From 9b4ea9cf9934d5639a7d1a9b50b90b8d5569ba7e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 7 Sep 2014 19:33:18 -0500 Subject: [PATCH] Promote mount. It's not perfect, but it basically works now. --- toys/{pending => lsb}/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => lsb}/mount.c (99%) diff --git a/toys/pending/mount.c b/toys/lsb/mount.c similarity index 99% rename from toys/pending/mount.c rename to toys/lsb/mount.c index 4962df3f..949fb05d 100644 --- a/toys/pending/mount.c +++ b/toys/lsb/mount.c @@ -10,7 +10,7 @@ USE_MOUNT(NEWTOY(mount, "?O:afnrvwt:o*[-rw]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_ST config MOUNT bool "mount" - default n + default y help usage: mount [-afFrsvw] [-t TYPE] [-o OPTIONS...] [[DEVICE] DIR] -- 2.39.2