diff options
author | Rob Landley <rob@landley.net> | 2005-08-20 05:07:08 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-08-20 05:07:08 +0000 |
commit | d00b3a5e944e7499bd061c0b8f9d9f0847528fce (patch) | |
tree | 2bec1c6e32716bf8bc204ed411e6287ee728e3f9 /miscutils/Config.in | |
parent | fc3f048f8f6de2132c83bbd1124dabd0990a952b (diff) | |
download | busybox-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 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 6 |
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 | |||
194 | 194 | ||
195 | endchoice | 195 | endchoice |
196 | 196 | ||
197 | config CONFIG_MOUNTPOINT | ||
198 | bool "mountpoint" | ||
199 | default n | ||
200 | help | ||
201 | mountpoint checks if the directory is a mountpoint. | ||
202 | |||
197 | config CONFIG_MT | 203 | config CONFIG_MT |
198 | bool "mt" | 204 | bool "mt" |
199 | default n | 205 | default n |