mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Merged revisions 135485 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r135485 | tilghman | 2008-08-04 12:12:15 -0500 (Mon, 04 Aug 2008) | 3 lines Rename Mandrake scripts to Mandriva (Closes issue #13221) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@135486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -778,7 +778,7 @@ config:
|
|||||||
$(INSTALL) -m 755 contrib/init.d/rc.gentoo.asterisk $(DESTDIR)/etc/init.d/asterisk; \
|
$(INSTALL) -m 755 contrib/init.d/rc.gentoo.asterisk $(DESTDIR)/etc/init.d/asterisk; \
|
||||||
if [ -z "$(DESTDIR)" ]; then /sbin/rc-update add asterisk default; fi; \
|
if [ -z "$(DESTDIR)" ]; then /sbin/rc-update add asterisk default; fi; \
|
||||||
elif [ -f /etc/mandrake-release -o -f /etc/mandriva-release ]; then \
|
elif [ -f /etc/mandrake-release -o -f /etc/mandriva-release ]; then \
|
||||||
$(INSTALL) -m 755 contrib/init.d/rc.mandrake.asterisk $(DESTDIR)/etc/rc.d/init.d/asterisk; \
|
$(INSTALL) -m 755 contrib/init.d/rc.mandriva.asterisk $(DESTDIR)/etc/rc.d/init.d/asterisk; \
|
||||||
if [ -z "$(DESTDIR)" ]; then /sbin/chkconfig --add asterisk; fi; \
|
if [ -z "$(DESTDIR)" ]; then /sbin/chkconfig --add asterisk; fi; \
|
||||||
elif [ -f /etc/SuSE-release -o -f /etc/novell-release ]; then \
|
elif [ -f /etc/SuSE-release -o -f /etc/novell-release ]; then \
|
||||||
$(INSTALL) -m 755 contrib/init.d/rc.suse.asterisk $(DESTDIR)/etc/init.d/asterisk; \
|
$(INSTALL) -m 755 contrib/init.d/rc.suse.asterisk $(DESTDIR)/etc/init.d/asterisk; \
|
||||||
|
|||||||
Reference in New Issue
Block a user