diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-12-13 13:51:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-12-13 13:51:05 +0000 |
commit | 24713f9c5b42cb8dc0445146b726d2bd77086ad3 (patch) | |
tree | 744c0c454f40adb1c85c62c24ed4d051cdfecf19 /package/busybox | |
parent | 9db5641019ed24d6e5401bec47f1263849df666b (diff) | |
download | master-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
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/init/Config.in | 2 |
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 |