summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2009-01-13 23:00:27 +0000
committerTerry Wilson <twilson@digium.com>2009-01-13 23:00:27 +0000
commit7c6d9c72353d27355a1012cdd4d151e8a8f15d73 (patch)
treee788b74e5bda477eec1fc515ac993439c6db3423 /Makefile
parentec0f18405e849f3141fc4a2d973ef15d50b255dd (diff)
Add option to hide console connect messages
(closes issue #14222) Reported by: jamesgolovich Patches: asterisk-hideconnect.diff.txt uploaded by jamesgolovich (license 176) Tested by: otherwiseguy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 519776f94..dc2a208cd 100644
--- a/Makefile
+++ b/Makefile
@@ -726,6 +726,7 @@ samples: adsi
echo ";rungroup = asterisk ; The group to run as" ; \
echo ";lightbackground = yes ; If your terminal is set for a light-colored background" ; \
echo "documentation_language = en_US ; Set the Language you want Documentation displayed in. Value is in the same format as locale names" ; \
+ echo ";hideconnect = yes ; Hide messages displayed when a remote console connects and disconnects" ; \
echo "" ; \
echo "; Changing the following lines may compromise your security." ; \
echo ";[files]" ; \