aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-20 05:07:08 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-08-20 05:07:08 +0000
commit43b6f06165941bdbdce8e200a63ac6341c09ec23 (patch)
tree2bec1c6e32716bf8bc204ed411e6287ee728e3f9 /include/applets.h
parentd136244c97872e53d0d474c61d928b549226b1d5 (diff)
downloadbusybox-w32-43b6f06165941bdbdce8e200a63ac6341c09ec23.tar.gz
busybox-w32-43b6f06165941bdbdce8e200a63ac6341c09ec23.tar.bz2
busybox-w32-43b6f06165941bdbdce8e200a63ac6341c09ec23.zip
Bernhard Fischer provided a mountpoint(1) applet. This is apparently something
sysvinit provides, and which is used by the debian init scripts. git-svn-id: svn://busybox.net/trunk/busybox@11219 69ca8d6d-28ef-0310-b511-8ec308f3f277
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