Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-21 16:30:16 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-21 16:30:16 +0400
commitce32f65a1bf6561660decd92913b782fb9aafbdd (patch)
treefe63d5258dc884c8156be1e01a227af32ca9bd75
parenta5286433306e81df401db52b316c40f4c11e19ca (diff)
mount: nfs mount should enable bb_error-to-syslog support
-rw-r--r--util-linux/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2da37db53..a215e250f 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -369,6 +369,7 @@ config CONFIG_FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
default n
depends on CONFIG_MOUNT
+ select CONFIG_FEATURE_SYSLOG
help
Enable mounting of NFS file systems.