aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid.xml
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-02 07:36:34 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-02 07:36:34 +0200
commite92bccc810adee8a9e107a4d06bab7e2234bfac6 (patch)
treede983189b3edfc2dab844cfb53f11af6a52e0efa /config/squid3/34/squid.xml
parent12aa78af47e7baac7219444a41b22fa0822ac310 (diff)
downloadpfsense-packages-e92bccc810adee8a9e107a4d06bab7e2234bfac6.tar.gz
pfsense-packages-e92bccc810adee8a9e107a4d06bab7e2234bfac6.tar.bz2
pfsense-packages-e92bccc810adee8a9e107a4d06bab7e2234bfac6.zip
Get rid of remaining PBI rcfiles and handle clamav with write_rcfile
Diffstat (limited to 'config/squid3/34/squid.xml')
-rw-r--r--config/squid3/34/squid.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/squid3/34/squid.xml b/config/squid3/34/squid.xml
index 0f99b8cb..643a5eba 100644
--- a/config/squid3/34/squid.xml
+++ b/config/squid3/34/squid.xml
@@ -65,7 +65,7 @@
</service>
<service>
<name>clamd</name>
- <rcfile>clamav-clamd</rcfile>
+ <rcfile>clamd.sh</rcfile>
<executable>clamd</executable>
<description>ClamAV Antivirus</description>
</service>
@@ -748,10 +748,11 @@
</custom_php_resync_config_command>
<custom_php_install_command>
<![CDATA[
- update_output_window("This operation may take quite some time, please be patient. Do not press stop or attempt to navigate away from this page during this process.");
squid_install_command();
unlink_if_exists("/usr/local/etc/rc.d/squid");
unlink_if_exists("/usr/local/etc/rc.d/c-icap");
+ unlink_if_exists("/usr/local/etc/rc.d/clamav-clamd");
+ unlink_if_exists("/usr/local/etc/rc.d/clamav-freshclam");
]]>
</custom_php_install_command>
<custom_php_deinstall_command>