From 133e628462a620ad7707581a34e5be574713c675 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 18 Aug 2008 15:54:40 +0000 Subject: [PATCH] Merged revisions 138631 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r138631 | qwell | 2008-08-18 10:54:07 -0500 (Mon, 18 Aug 2008) | 1 line Remove option that isn't valid here. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@138632 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b916547bd5..284d64bb3f 100644 --- a/Makefile +++ b/Makefile @@ -676,7 +676,6 @@ samples: adsi echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \ echo ";runuser = asterisk ; The user to run as" ; \ echo ";rungroup = asterisk ; The group to run as" ; \ - echo "dahdichanname = yes ; Set channel name as DAHDI" ; \ echo "" ; \ echo "; Changing the following lines may compromise your security." ; \ echo ";[files]" ; \