diff options
Diffstat (limited to 'config/systempatches/systempatches.xml')
-rw-r--r-- | config/systempatches/systempatches.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/systempatches/systempatches.xml b/config/systempatches/systempatches.xml index 73974af0..23b0795b 100644 --- a/config/systempatches/systempatches.xml +++ b/config/systempatches/systempatches.xml @@ -52,22 +52,22 @@ <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/system_patches.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/system_patches.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/system_patches_edit.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/system_patches_edit.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/bin/</prefix> <chmod>755</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/apply_patches.php</item> + <item>https://packages.pfsense.org/packages/config/systempatches/apply_patches.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>644</chmod> - <item>http://www.pfsense.com/packages/config/systempatches/patches.inc</item> + <item>https://packages.pfsense.org/packages/config/systempatches/patches.inc</item> </additional_files_needed> <custom_php_install_command> patch_package_install(); |