patches from fli, thank you

fixed double installs and some missing dirs in debian
packaging


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7405 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michal Bielicki 2008-01-28 12:27:28 +00:00
parent 7efeb68228
commit 478223cc9f
3 changed files with 8 additions and 25 deletions

10
debian/dirs vendored
View File

@ -1,7 +1,13 @@
opt/freeswitch opt/freeswitch/conf/dialplan/extensions
opt/freeswitch/conf/sip_profiles/nat
opt/freeswitch/conf/sip_profiles/default
opt/freeswitch/conf/sip_profiles/outbound
opt/freeswitch/conf/directory/default
opt/freeswitch/conf/autoload_configs
opt/freeswitch/conf/jingle_profiles
opt/freeswitch/conf/mrcp_profiles
opt/freeswitch/log opt/freeswitch/log
opt/freeswitch/db opt/freeswitch/db
opt/freeswitch/bin
opt/freeswitch/bin/scripts opt/freeswitch/bin/scripts
etc/opt etc/opt
etc/monit etc/monit

View File

@ -1,24 +1,15 @@
/opt/freeswitch/conf
/opt/freeswitch/conf/dialplan
/opt/freeswitch/conf/dialplan/extensions
/opt/freeswitch/conf/dialplan/public.xml /opt/freeswitch/conf/dialplan/public.xml
/opt/freeswitch/conf/dialplan/default.xml /opt/freeswitch/conf/dialplan/default.xml
/opt/freeswitch/conf/vars.xml /opt/freeswitch/conf/vars.xml
/opt/freeswitch/conf/mime.types /opt/freeswitch/conf/mime.types
/opt/freeswitch/conf/web-vm.tpl /opt/freeswitch/conf/web-vm.tpl
/opt/freeswitch/conf/tetris.ttml /opt/freeswitch/conf/tetris.ttml
/opt/freeswitch/conf/sip_profiles
/opt/freeswitch/conf/sip_profiles/outbound.xml /opt/freeswitch/conf/sip_profiles/outbound.xml
/opt/freeswitch/conf/sip_profiles/nat.xml /opt/freeswitch/conf/sip_profiles/nat.xml
/opt/freeswitch/conf/sip_profiles/nat
/opt/freeswitch/conf/sip_profiles/nat/example.xml /opt/freeswitch/conf/sip_profiles/nat/example.xml
/opt/freeswitch/conf/sip_profiles/default
/opt/freeswitch/conf/sip_profiles/default/example.xml /opt/freeswitch/conf/sip_profiles/default/example.xml
/opt/freeswitch/conf/sip_profiles/default.xml /opt/freeswitch/conf/sip_profiles/default.xml
/opt/freeswitch/conf/sip_profiles/outbound
/opt/freeswitch/conf/sip_profiles/outbound/example.xml /opt/freeswitch/conf/sip_profiles/outbound/example.xml
/opt/freeswitch/conf/directory
/opt/freeswitch/conf/directory/default
/opt/freeswitch/conf/directory/default/1007.xml /opt/freeswitch/conf/directory/default/1007.xml
/opt/freeswitch/conf/directory/default/1001.xml /opt/freeswitch/conf/directory/default/1001.xml
/opt/freeswitch/conf/directory/default/1008.xml /opt/freeswitch/conf/directory/default/1008.xml
@ -46,7 +37,6 @@
/opt/freeswitch/conf/voicemail.tpl /opt/freeswitch/conf/voicemail.tpl
/opt/freeswitch/conf/freeswitch.xml /opt/freeswitch/conf/freeswitch.xml
/opt/freeswitch/conf/extensions.conf /opt/freeswitch/conf/extensions.conf
/opt/freeswitch/conf/autoload_configs
/opt/freeswitch/conf/autoload_configs/ivr.conf.xml /opt/freeswitch/conf/autoload_configs/ivr.conf.xml
/opt/freeswitch/conf/autoload_configs/voicemail.conf.xml /opt/freeswitch/conf/autoload_configs/voicemail.conf.xml
/opt/freeswitch/conf/autoload_configs/switch.conf.xml /opt/freeswitch/conf/autoload_configs/switch.conf.xml
@ -77,9 +67,7 @@
/opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml /opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml
/opt/freeswitch/conf/autoload_configs/dialplan_directory.conf.xml /opt/freeswitch/conf/autoload_configs/dialplan_directory.conf.xml
/opt/freeswitch/conf/autoload_configs/console.conf.xml /opt/freeswitch/conf/autoload_configs/console.conf.xml
/opt/freeswitch/conf/jingle_profiles
/opt/freeswitch/conf/jingle_profiles/server.xml /opt/freeswitch/conf/jingle_profiles/server.xml
/opt/freeswitch/conf/jingle_profiles/client.xml /opt/freeswitch/conf/jingle_profiles/client.xml
/opt/freeswitch/conf/mrcp_profiles
/opt/freeswitch/conf/mrcp_profiles/openmrcp-v2.xml /opt/freeswitch/conf/mrcp_profiles/openmrcp-v2.xml
/opt/freeswitch/conf/mrcp_profiles/openmrcp-v1.xml /opt/freeswitch/conf/mrcp_profiles/openmrcp-v1.xml

View File

@ -37,8 +37,6 @@ opt/freeswitch/mod/mod_native_file.so*
opt/freeswitch/mod/mod_sndfile.so* opt/freeswitch/mod/mod_sndfile.so*
opt/freeswitch/mod/mod_local_stream.so* opt/freeswitch/mod/mod_local_stream.so*
opt/freeswitch/mod/mod_xml_*.so* opt/freeswitch/mod/mod_xml_*.so*
opt/freeswitch/conf
opt/freeswitch/conf/dialplan
opt/freeswitch/conf/dialplan/public.xml opt/freeswitch/conf/dialplan/public.xml
opt/freeswitch/conf/dialplan/default.xml opt/freeswitch/conf/dialplan/default.xml
opt/freeswitch/conf/dialplan/extensions opt/freeswitch/conf/dialplan/extensions
@ -46,18 +44,12 @@ opt/freeswitch/conf/vars.xml
opt/freeswitch/conf/mime.types opt/freeswitch/conf/mime.types
opt/freeswitch/conf/web-vm.tpl opt/freeswitch/conf/web-vm.tpl
opt/freeswitch/conf/tetris.ttml opt/freeswitch/conf/tetris.ttml
opt/freeswitch/conf/sip_profiles
opt/freeswitch/conf/sip_profiles/outbound.xml opt/freeswitch/conf/sip_profiles/outbound.xml
opt/freeswitch/conf/sip_profiles/nat.xml opt/freeswitch/conf/sip_profiles/nat.xml
opt/freeswitch/conf/sip_profiles/nat
opt/freeswitch/conf/sip_profiles/nat/example.xml opt/freeswitch/conf/sip_profiles/nat/example.xml
opt/freeswitch/conf/sip_profiles/default
opt/freeswitch/conf/sip_profiles/default/example.xml opt/freeswitch/conf/sip_profiles/default/example.xml
opt/freeswitch/conf/sip_profiles/default.xml opt/freeswitch/conf/sip_profiles/default.xml
opt/freeswitch/conf/sip_profiles/outbound
opt/freeswitch/conf/sip_profiles/outbound/example.xml opt/freeswitch/conf/sip_profiles/outbound/example.xml
opt/freeswitch/conf/directory
opt/freeswitch/conf/directory/default
opt/freeswitch/conf/directory/default/1007.xml opt/freeswitch/conf/directory/default/1007.xml
opt/freeswitch/conf/directory/default/1001.xml opt/freeswitch/conf/directory/default/1001.xml
opt/freeswitch/conf/directory/default/1008.xml opt/freeswitch/conf/directory/default/1008.xml
@ -85,7 +77,6 @@ opt/freeswitch/conf/fur_elise.ttml
opt/freeswitch/conf/voicemail.tpl opt/freeswitch/conf/voicemail.tpl
opt/freeswitch/conf/freeswitch.xml opt/freeswitch/conf/freeswitch.xml
opt/freeswitch/conf/extensions.conf opt/freeswitch/conf/extensions.conf
opt/freeswitch/conf/autoload_configs
opt/freeswitch/conf/autoload_configs/ivr.conf.xml opt/freeswitch/conf/autoload_configs/ivr.conf.xml
opt/freeswitch/conf/autoload_configs/voicemail.conf.xml opt/freeswitch/conf/autoload_configs/voicemail.conf.xml
opt/freeswitch/conf/autoload_configs/switch.conf.xml opt/freeswitch/conf/autoload_configs/switch.conf.xml
@ -116,9 +107,7 @@ opt/freeswitch/conf/autoload_configs/xml_cdr.conf.xml
opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml opt/freeswitch/conf/autoload_configs/cdr_csv.conf.xml
opt/freeswitch/conf/autoload_configs/dialplan_directory.conf.xml opt/freeswitch/conf/autoload_configs/dialplan_directory.conf.xml
opt/freeswitch/conf/autoload_configs/console.conf.xml opt/freeswitch/conf/autoload_configs/console.conf.xml
opt/freeswitch/conf/jingle_profiles
opt/freeswitch/conf/jingle_profiles/server.xml opt/freeswitch/conf/jingle_profiles/server.xml
opt/freeswitch/conf/jingle_profiles/client.xml opt/freeswitch/conf/jingle_profiles/client.xml
opt/freeswitch/conf/mrcp_profiles
opt/freeswitch/conf/mrcp_profiles/openmrcp-v2.xml opt/freeswitch/conf/mrcp_profiles/openmrcp-v2.xml
opt/freeswitch/conf/mrcp_profiles/openmrcp-v1.xml opt/freeswitch/conf/mrcp_profiles/openmrcp-v1.xml