[asterisk-bugs] [Asterisk 0014730]: make config on Debian

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 23 21:20:39 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14730 
====================================================================== 
Reported By:                pkempgen
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14730
Category:                   Core/General
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.24 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-03-23 21:17 CDT
Last Modified:              2009-03-23 21:20 CDT
====================================================================== 
Summary:                    make config on Debian
Description: 
This is about fixing the runlevels on Debian.

Here's my lovingly handcrafted diff of the Makefile:
-------------------
                 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 defaults 50 15; fi; \
                 elif [ -f /etc/gentoo-release ]; then \
-------------------
====================================================================== 

---------------------------------------------------------------------- 
 (0102115) pkempgen (reporter) - 2009-03-23 21:20
 http://bugs.digium.com/view.php?id=14730#c102115 
---------------------------------------------------------------------- 
Erm the lovingly handcrafted unified diff doesn't look
*that* pretty here on the bug tracker.  :-)
And I should have added that the hunk is in the
make config target. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-23 21:20 pkempgen       Note Added: 0102115                          
======================================================================




More information about the asterisk-bugs mailing list