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:
parent
fc3f048f8f
commit
d00b3a5e94
5 changed files with 94 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue