From 1aa878c554d3d978904dbf16e0181168d618dfad Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Thu, 25 Mar 2010 16:21:47 +0000 Subject: [PATCH] added postgres cdr module config file to spec file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17101 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- freeswitch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/freeswitch.spec b/freeswitch.spec index b87bd4c4c8..cbe9cc8012 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -391,6 +391,7 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/event_socket.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/erlang_event.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cdr_csv.conf.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cdr_pg_csv.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fax.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fifo.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/shout.conf.xml