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) |
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 endchoice +config CONFIG_MOUNTPOINT + bool "mountpoint" + default n + help + mountpoint checks if the directory is a mountpoint. + config CONFIG_MT bool "mt" default n |