Bernhard Fischer provided a mountpoint(1) applet. This is apparently something

sysvinit provides, and which is used by the debian init scripts.
This commit is contained in:
Rob Landley 2005-08-20 05:07:08 +00:00
parent fc3f048f8f
commit d00b3a5e94
5 changed files with 94 additions and 0 deletions

View file

@ -435,6 +435,9 @@
#ifdef CONFIG_MOUNT
APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_MOUNTPOINT
APPLET(mountpoint, mountpoint_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_MSH
APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif