[asterisk-commits] lmadsen: trunk r317059 - in /trunk: ./ Makefile configs/cel.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 5 07:28:44 CDT 2011


Author: lmadsen
Date: Thu May  5 07:28:40 2011
New Revision: 317059

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=317059
Log:
Merged revisions 317058 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r317058 | lmadsen | 2011-05-05 08:27:56 -0400 (Thu, 05 May 2011) | 7 lines
  
  Remove unused directory and clear up some documentation.
  
  (closes issue #19193)
  Reported by: bchia
  Patches: 
        cel-csv.diff uploaded by lathama (license 1028)
  Tested by: lathama, Marquis42
........

Modified:
    trunk/   (props changed)
    trunk/Makefile
    trunk/configs/cel.conf.sample

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

Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=317059&r1=317058&r2=317059
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu May  5 07:28:40 2011
@@ -545,7 +545,6 @@
 	$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)"
 	$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-csv"
 	$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cdr-custom"
-	$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-csv"
 	$(INSTALL) -d "$(DESTDIR)$(ASTLOGDIR)/cel-custom"
 	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)"
 	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/documentation"

Modified: trunk/configs/cel.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/cel.conf.sample?view=diff&rev=317059&r1=317058&r2=317059
==============================================================================
--- trunk/configs/cel.conf.sample (original)
+++ trunk/configs/cel.conf.sample Thu May  5 07:28:40 2011
@@ -4,7 +4,7 @@
 
 ; Channel Event Logging is a mechanism to provide fine-grained event information
 ; that can be used to generate billing information. Such event information can
-; be recorded to databases and files via pluggable backend modules.
+; be recorded to various backend modules.
 ;
 
 [general]




More information about the asterisk-commits mailing list