]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove unused directory and clear up some documentation.
authorLeif Madsen <leif@leifmadsen.com>
Thu, 5 May 2011 12:27:56 +0000 (12:27 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Thu, 5 May 2011 12:27:56 +0000 (12:27 +0000)
(closes issue #19193)
Reported by: bchia
Patches:
      cel-csv.diff uploaded by lathama (license 1028)
Tested by: lathama, Marquis42

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@317058 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile
configs/cel.conf.sample

index a92d9b26740043e0c7d1f7fb47bf0351b6e3dcc6..952d10b7cb9ab4d6fc614e952b4f5b8095f1440b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -531,7 +531,6 @@ installdirs:
        $(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"
index 65d79cdff49a01dee067582c53c5245a9b54b723..d9ba90cb52ce768b7ee5321778d52edda68c1a90 100644 (file)
@@ -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]