[svn-commits] qwell: trunk r157463 - /trunk/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Nov 18 15:15:09 CST 2008
Author: qwell
Date: Tue Nov 18 15:15:08 2008
New Revision: 157463
URL: http://svn.digium.com/view/asterisk?view=rev&rev=157463
Log:
Remove echo line that is unnecessary (Thanks seanbright).
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=157463&r1=157462&r2=157463
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov 18 15:15:08 2008
@@ -813,7 +813,6 @@
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 \
More information about the svn-commits
mailing list