From: Felix Fietkau Date: Tue, 13 Dec 2011 13:51:05 +0000 (+0000) Subject: busybox: disable "mesg" by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7f648456cdd9613cf1b970c022e4eb5f35263ffb;p=openwrt%2Fstaging%2Fblocktrron.git busybox: disable "mesg" by default SVN-Revision: 29510 --- 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