diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-07-02 11:09:45 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-07-02 11:09:45 -0300 |
commit | 233e9068bd5b186cebbfb0ceff6ead0ae81a2a43 (patch) | |
tree | 1f473f01fe9c40739842422a6524813c557225ec /config/squid-reverse/squid_ng.xml | |
parent | b6a19e94b93047f9822d61aaf2d478c09aecbae3 (diff) | |
download | pfsense-packages-233e9068bd5b186cebbfb0ceff6ead0ae81a2a43.tar.gz pfsense-packages-233e9068bd5b186cebbfb0ceff6ead0ae81a2a43.tar.bz2 pfsense-packages-233e9068bd5b186cebbfb0ceff6ead0ae81a2a43.zip |
squid3 - include some array checks and rename php_install function to avoid warning/errors with other packages
related post
http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499
Diffstat (limited to 'config/squid-reverse/squid_ng.xml')
-rw-r--r-- | config/squid-reverse/squid_ng.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid-reverse/squid_ng.xml b/config/squid-reverse/squid_ng.xml index 5d956387..142536d6 100644 --- a/config/squid-reverse/squid_ng.xml +++ b/config/squid-reverse/squid_ng.xml @@ -255,13 +255,13 @@ start_service("squid"); </custom_add_php_command_late> <custom_php_install_command> - custom_php_install_command(); + squid3_custom_php_install_command(); write_static_squid_config(); mwexec("/usr/local/sbin/squid -k reconfigure"); start_service("squid"); </custom_php_install_command> <custom_php_deinstall_command> - custom_php_deinstall_command(); + squid3_custom_php_deinstall_command(); stop_service("squid"); </custom_php_deinstall_command> </packagegui> |