From bc632e2463642639041e1841af04254410870f8f Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 3 Mar 2010 14:18:58 +0000 Subject: [PATCH] fix packaging git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16879 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/freeswitch.conffiles | 1 + debian/freeswitch.install | 1 + freeswitch.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/debian/freeswitch.conffiles b/debian/freeswitch.conffiles index e99ca5bfd6..89a3b86d3e 100644 --- a/debian/freeswitch.conffiles +++ b/debian/freeswitch.conffiles @@ -49,6 +49,7 @@ /opt/freeswitch/conf/directory/default.xml /opt/freeswitch/conf/autoload_configs/ivr.conf.xml /opt/freeswitch/conf/autoload_configs/shout.conf.xml +/opt/freeswitch/conf/autoload_configs/skinny.conf.xml /opt/freeswitch/conf/autoload_configs/voicemail.conf.xml /opt/freeswitch/conf/autoload_configs/switch.conf.xml /opt/freeswitch/conf/autoload_configs/syslog.conf.xml diff --git a/debian/freeswitch.install b/debian/freeswitch.install index c181316979..38afbdf8b1 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -116,6 +116,7 @@ opt/freeswitch/conf/freeswitch.xml opt/freeswitch/conf/extensions.conf opt/freeswitch/conf/jingle_profiles/server.xml opt/freeswitch/conf/jingle_profiles/client.xml +opt/freeswitch/conf/autoload_configs/skinny.conf.xml opt/freeswitch/conf/autoload_configs/openzap.conf.xml opt/freeswitch/conf/autoload_configs/ivr.conf.xml opt/freeswitch/conf/autoload_configs/shout.conf.xml diff --git a/freeswitch.spec b/freeswitch.spec index 77baf18171..b87bd4c4c8 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -406,6 +406,7 @@ fi %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/post_load_modules.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/rss.conf.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/skinny.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/sofia.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/switch.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/syslog.conf.xml