From 947429b2b315d1fc640247d591a3df4cab2cbad7 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 18 Nov 2008 21:15:08 +0000 Subject: [PATCH] Remove echo line that is unnecessary (Thanks seanbright). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@157463 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1bbc581835..97d50eea0e 100644 --- a/Makefile +++ b/Makefile @@ -813,7 +813,6 @@ config: if [ -z "$(DESTDIR)" ]; then /sbin/chkconfig --add asterisk; fi; \ elif [ -f /etc/arch-release -o -f /etc/arch-release ]; then \ $(INSTALL) -m 755 contrib/init.d/rc.archlinux.asterisk $(DESTDIR)/etc/rc.d/asterisk; \ - echo "Archlinux is not currently supported, although an init script does exits for it. please add asterisk to your DAEMONS line in /etc/rc.conf to start it when computer boots."; \ elif [ -f /etc/slackware-version ]; then \ echo "Slackware is not currently supported, although an init script does exist for it." \ else \