[svn-commits] tilghman: branch 1.6.0 r133392 - in /branches/1.6.0: ./ Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 23 23:52:38 CDT 2008


Author: tilghman
Date: Wed Jul 23 23:52:37 2008
New Revision: 133392

URL: http://svn.digium.com/view/asterisk?view=rev&rev=133392
Log:
Merged revisions 133391 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r133391 | tilghman | 2008-07-23 23:51:42 -0500 (Wed, 23 Jul 2008) | 3 lines

Optionally install logrotate file
(Closes issue #13148)

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/Makefile?view=diff&rev=133392&r1=133391&r2=133392
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Wed Jul 23 23:52:37 2008
@@ -758,6 +758,12 @@
 	(cat contrib/asterisk-ng-doxygen; echo "HAVE_DOT=$(HAVEDOT)"; \
 	echo "PROJECT_NUMBER=$(ASTERISKVERSION)") | doxygen - 
 
+install-logrotate:
+	if [ ! -d $(ASTETCDIR)/../logrotate.d ]; then \
+		mkdir $(ASTETCDIR)/../logrotate.d ; \
+	fi
+	install -m 0644 contrib/scripts/asterisk.logrotate $(ASTETCDIR)/../logrotate.d/asterisk
+
 config:
 	@if [ "${OSARCH}" = "linux-gnu" ]; then \
 		if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \




More information about the svn-commits mailing list