summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-12-13 13:51:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-12-13 13:51:05 +0000
commit7f648456cdd9613cf1b970c022e4eb5f35263ffb (patch)
tree989366293487d7dd9890321b97bc1629048f0205 /package/busybox
parent48f97173715d6429f44edb1e0c4c59bd2badc7a5 (diff)
downloadmtk-20170518-7f648456cdd9613cf1b970c022e4eb5f35263ffb.zip
mtk-20170518-7f648456cdd9613cf1b970c022e4eb5f35263ffb.tar.gz
mtk-20170518-7f648456cdd9613cf1b970c022e4eb5f35263ffb.tar.bz2
busybox: disable "mesg" by default
SVN-Revision: 29510
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/init/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in
index ac446b8..61c2014 100644
--- a/package/busybox/config/init/Config.in
+++ b/package/busybox/config/init/Config.in
@@ -164,7 +164,7 @@ config BUSYBOX_CONFIG_INIT_TERMINAL_TYPE
sets TERM to "vt102" if one is found.
config BUSYBOX_CONFIG_MESG
bool "mesg"
- default y
+ default n
help
Mesg controls access to your terminal by others. It is typically
used to allow or disallow other users to write to your terminal