diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-21 12:30:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-21 12:30:16 +0000 |
commit | ce32f65a1bf6561660decd92913b782fb9aafbdd (patch) | |
tree | fe63d5258dc884c8156be1e01a227af32ca9bd75 /util-linux | |
parent | a5286433306e81df401db52b316c40f4c11e19ca (diff) |
mount: nfs mount should enable bb_error-to-syslog support
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 1 |
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. |