aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-08-20 05:07:08 +0000
committerRob Landley <rob@landley.net>2005-08-20 05:07:08 +0000
commitd00b3a5e944e7499bd061c0b8f9d9f0847528fce (patch)
tree2bec1c6e32716bf8bc204ed411e6287ee728e3f9 /include/applets.h
parentfc3f048f8f6de2132c83bbd1124dabd0990a952b (diff)
downloadbusybox-w32-d00b3a5e944e7499bd061c0b8f9d9f0847528fce.tar.gz
busybox-w32-d00b3a5e944e7499bd061c0b8f9d9f0847528fce.tar.bz2
busybox-w32-d00b3a5e944e7499bd061c0b8f9d9f0847528fce.zip
Bernhard Fischer provided a mountpoint(1) applet. This is apparently something
sysvinit provides, and which is used by the debian init scripts.
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index e2fe25167..a4e78af57 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -435,6 +435,9 @@
435#ifdef CONFIG_MOUNT 435#ifdef CONFIG_MOUNT
436 APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER) 436 APPLET(mount, mount_main, _BB_DIR_BIN, _BB_SUID_NEVER)
437#endif 437#endif
438#ifdef CONFIG_MOUNTPOINT
439 APPLET(mountpoint, mountpoint_main, _BB_DIR_BIN, _BB_SUID_NEVER)
440#endif
438#ifdef CONFIG_MSH 441#ifdef CONFIG_MSH
439 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER) 442 APPLET_NOUSAGE("msh", msh_main, _BB_DIR_BIN, _BB_SUID_NEVER)
440#endif 443#endif