aboutsummaryrefslogtreecommitdiffstats
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
commit24713f9c5b42cb8dc0445146b726d2bd77086ad3 (patch)
tree744c0c454f40adb1c85c62c24ed4d051cdfecf19
parent9db5641019ed24d6e5401bec47f1263849df666b (diff)
downloadmaster-187ad058-24713f9c5b42cb8dc0445146b726d2bd77086ad3.tar.gz
master-187ad058-24713f9c5b42cb8dc0445146b726d2bd77086ad3.tar.bz2
master-187ad058-24713f9c5b42cb8dc0445146b726d2bd77086ad3.zip
busybox: disable "mesg" by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29510 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 ac446b8717..61c20140b7 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