]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix packaging
authorBrian West <brian@freeswitch.org>
Wed, 3 Mar 2010 14:18:58 +0000 (14:18 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 3 Mar 2010 14:18:58 +0000 (14:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16879 d0543943-73ff-0310-b7d9-9358b9ac24b2

debian/freeswitch.conffiles
debian/freeswitch.install
freeswitch.spec

index e99ca5bfd6800eb5ea5dda6e0c66d58b3949bde9..89a3b86d3ef8f23f3e48a75be07621bf3b6afa5e 100644 (file)
@@ -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
index c181316979f9e22c4754bb90b5e829705fa88b56..38afbdf8b1fd76943a52c125ad1291cebffd1009 100644 (file)
@@ -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
index 77baf181718ed1304bd6265370676b6fb7d4bbaa..b87bd4c4c894ee9b4a93ce0c6b3db8208059b8ad 100644 (file)
@@ -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