[asterisk-commits] tzafrir: branch 12 r426933 - in /branches/12: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Oct 31 11:46:38 CDT 2014
Author: tzafrir
Date: Fri Oct 31 11:46:34 2014
New Revision: 426933
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426933
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
Modified:
branches/12/ (props changed)
branches/12/Makefile
Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/12/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/12/Makefile?view=diff&rev=426933&r1=426932&r2=426933
==============================================================================
--- branches/12/Makefile (original)
+++ branches/12/Makefile Fri Oct 31 11:46:34 2014
@@ -785,7 +785,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 \
cat contrib/init.d/rc.redhat.asterisk | sed 's|__ASTERISK_ETC_DIR__|$(ASTETCDIR)|;s|__ASTERISK_SBIN_DIR__|$(ASTSBINDIR)|;s|__ASTERISK_VARRUN_DIR__|$(ASTVARRUNDIR)|;' > contrib/init.d/rc.asterisk.tmp ; \
$(INSTALL) -m 755 contrib/init.d/rc.asterisk.tmp "$(DESTDIR)/etc/rc.d/init.d/asterisk" ; \
More information about the asterisk-commits
mailing list