[asterisk-commits] tzafrir: branch 13 r426934 - in /branches/13: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 31 11:50:57 CDT 2014
Author: tzafrir
Date: Fri Oct 31 11:50:53 2014
New Revision: 426934
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426934
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
Modified:
branches/13/ (props changed)
branches/13/Makefile
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/13/Makefile?view=diff&rev=426934&r1=426933&r2=426934
==============================================================================
--- branches/13/Makefile (original)
+++ branches/13/Makefile Fri Oct 31 11:50:53 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 \
More information about the asterisk-commits
mailing list