From: Leif Madsen Date: Thu, 5 May 2011 12:27:56 +0000 (+0000) Subject: Remove unused directory and clear up some documentation. X-Git-Tag: 1.8.5-rc1~11^2~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=232db049677071b4a29a05b1df5b178326f346ff;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@317058 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index a92d9b2674..952d10b7cb 100644 --- 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" diff --git a/configs/cel.conf.sample b/configs/cel.conf.sample index 65d79cdff4..d9ba90cb52 100644 --- a/configs/cel.conf.sample +++ b/configs/cel.conf.sample @@ -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]