mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
704 B
12 lines
704 B
--- Makefile (revision 138)
|
|
+++ Makefile (working copy)
|
|
@@ -681,7 +681,7 @@
|
|
if [ -z "$(DESTDIR)" ]; then /sbin/chkconfig --add asterisk; fi; \
|
|
elif [ -f /etc/debian_version ]; then \
|
|
$(INSTALL) -m 755 contrib/init.d/rc.debian.asterisk $(DESTDIR)/etc/init.d/asterisk; \
|
|
- if [ -z "$(DESTDIR)" ]; then /usr/sbin/update-rc.d asterisk start 50 2 3 4 5 . stop 91 2 3 4 5 .; fi; \
|
|
+ if [ -z "$(DESTDIR)" ]; then /usr/sbin/update-rc.d asterisk start 50 2 3 4 5 . stop 20 0 1 6 .; fi; \
|
|
elif [ -f /etc/gentoo-release ]; then \
|
|
$(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; \
|