aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
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 /miscutils/Config.in
parentfc3f048f8f6de2132c83bbd1124dabd0990a952b (diff)
downloadbusybox-d00b3a5e944e7499bd061c0b8f9d9f0847528fce.tar.gz
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 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 6c68cd08e..1f14d212f 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -194,6 +194,12 @@ config CONFIG_FEATURE_MAKEDEVS_TABLE
endchoice
+config CONFIG_MOUNTPOINT
+ bool "mountpoint"
+ default n
+ help
+ mountpoint checks if the directory is a mountpoint.
+
config CONFIG_MT
bool "mt"
default n