From ecf72b84c8658c31720181342091d842d077123c Mon Sep 17 00:00:00 2001 From: Automerge Script Date: Tue, 26 Jun 2007 18:18:19 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@71875 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dd5f0f126..16bda55683 100644 --- a/Makefile +++ b/Makefile @@ -868,7 +868,9 @@ config: $(INSTALL) -m 755 contrib/init.d/rc.redhat.asterisk /etc/rc.d/init.d/asterisk; \ /sbin/chkconfig --add asterisk; \ elif [ -d /etc/init.d ]; then \ - $(INSTALL) -m 755 init.asterisk /etc/init.d/asterisk; \ + echo "Only distros that use rc.d based init scripts are currently supported."; \ + echo "You may be able to copy one of the scripts in contrib/init.d/ into your /etc/init.d/ directory."; \ + exit 1; \ fi dont-optimize: install