[asterisk-commits] lmadsen: branch 1.8 r317058 - in /branches/1.8: Makefile configs/cel.conf.sample

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


Author: lmadsen
Date: Thu May  5 07:27:56 2011
New Revision: 317058

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=317058
Log:
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:
    branches/1.8/Makefile
    branches/1.8/configs/cel.conf.sample

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=317058&r1=317057&r2=317058
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Thu May  5 07:27:56 2011
@@ -531,7 +531,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: branches/1.8/configs/cel.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/cel.conf.sample?view=diff&rev=317058&r1=317057&r2=317058
==============================================================================
--- branches/1.8/configs/cel.conf.sample (original)
+++ branches/1.8/configs/cel.conf.sample Thu May  5 07:27:56 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