diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-02 07:36:34 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-02 07:36:34 +0200 |
commit | e92bccc810adee8a9e107a4d06bab7e2234bfac6 (patch) | |
tree | de983189b3edfc2dab844cfb53f11af6a52e0efa | |
parent | 12aa78af47e7baac7219444a41b22fa0822ac310 (diff) | |
download | pfsense-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
-rw-r--r-- | config/squid3/34/squid.xml | 5 |
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> |