aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid.xml
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-05-07 18:48:50 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-05-07 18:48:50 -0300
commit97ca4a44ae840344dd9cae135ac3835dbfed6ec9 (patch)
tree4a3923bd2a389678ff658104ca91f28396f672f9 /config/squid-reverse/squid.xml
parente65bbe0559a2c0080dd30863df6c7011c78e4be4 (diff)
downloadpfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.tar.gz
pfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.tar.bz2
pfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.zip
squid3 - fix xml rpc sync call
Diffstat (limited to 'config/squid-reverse/squid.xml')
-rw-r--r--config/squid-reverse/squid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.xml b/config/squid-reverse/squid.xml
index 764011ea..2a7771b3 100644
--- a/config/squid-reverse/squid.xml
+++ b/config/squid-reverse/squid.xml
@@ -408,7 +408,7 @@
</custom_php_validation_command>
<custom_php_resync_config_command>
squid_resync();
- exec("/bin/rm -f /usr/local/etc/rc.d/squid");
+ unlink_if_exists("/usr/local/etc/rc.d/squid");
</custom_php_resync_config_command>
<custom_php_install_command>
update_status("Checking Squid cache... One moment please...");