Promote mount. It's not perfect, but it basically works now.
authorRob Landley <rob@landley.net>
Mon, 8 Sep 2014 00:33:18 +0000 (19:33 -0500)
committerRob Landley <rob@landley.net>
Mon, 8 Sep 2014 00:33:18 +0000 (19:33 -0500)
toys/lsb/mount.c [moved from toys/pending/mount.c with 99% similarity]

similarity index 99%
rename from toys/pending/mount.c
rename to toys/lsb/mount.c
index 4962df3..949fb05 100644 (file)
@@ -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]