Author: tzafrir
Date: Fri Oct 31 11:52:42 2014
New Revision: 426935

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426935
Log:
install init.d files on GNU/kFreeBSD

Review: https://reviewboard.asterisk.org/r/4118/
........

Merged revisions 426926 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 426927 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 426933 from http://svn.asterisk.org/svn/asterisk/branches/12
........

Merged revisions 426934 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.

Modified: trunk/Makefile
URL: 
http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=426935&r1=426934&r2=426935
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Oct 31 11:52:42 2014
@@ -790,7 +790,7 @@
        rm -f contrib/scripts/asterisk.logrotate.tmp
 
 config:
-       @if [ "${OSARCH}" = "linux-gnu" ]; then \
+       @if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu" ]; then 
\
                if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \
                        ./build_tools/install_subst 
contrib/init.d/rc.redhat.asterisk  "$(DESTDIR)/etc/rc.d/init.d/asterisk"; \
                        if [ ! -f "$(DESTDIR)/etc/sysconfig/asterisk" ] ; then \


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to