diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-03-18 14:18:37 -0300 |
commit | a84a84bf31ed33c7e132b704186a56b77cc9148a (patch) | |
tree | 85c40074dd19ddb5a5167f5ab68406beaa57c87b /config/freeswitch_dev | |
parent | 0de5b6b80002794f5b65c0143eb65cf5e4a95f25 (diff) | |
download | pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.gz pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.bz2 pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.zip |
Fixup URLs:
- Replace http by https
- *.pfsense.com -> *.pfsense.org
- www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r-- | config/freeswitch_dev/freeswitch.xml | 2 | ||||
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index 783b08cc..ed6f2320 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -103,7 +103,7 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/freeswitch_dev/v_config.inc</item> + <item>https://packages.pfsense.org/packages/config/freeswitch_dev/v_config.inc</item> </additional_files_needed> <fields> <field> diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 49e05642..67c9fce9 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -68,7 +68,7 @@ function v_settings() $config['installedpackages']['freeswitchsettings']['config'][0]['v_scripts_dir'] = '/usr/local/freeswitch/scripts'; $config['installedpackages']['freeswitchsettings']['config'][0]['v_storage_dir'] = '/usr/local/freeswitch/storage'; $config['installedpackages']['freeswitchsettings']['config'][0]['v_recordings_dir'] = '/usr/local/freeswitch/recordings'; - $config['installedpackages']['freeswitchsettings']['config'][0]['v_download_path'] = 'http://www.pfsense.com/packages/config/freeswitch_dev'; + $config['installedpackages']['freeswitchsettings']['config'][0]['v_download_path'] = 'https://packages.pfsense.org/packages/config/freeswitch_dev'; } //Update the settings |