diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-10 09:27:18 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-10 09:27:18 +0200 |
commit | 53f1fff598d89b66801b0db00f0246ebf47955bf (patch) | |
tree | 2d8726a90f7e041af885f2de69365e362ed630d8 | |
parent | 3c8be88ceb26ad9282da140498c8bfd81bad034b (diff) | |
download | pfsense-packages-53f1fff598d89b66801b0db00f0246ebf47955bf.tar.gz pfsense-packages-53f1fff598d89b66801b0db00f0246ebf47955bf.tar.bz2 pfsense-packages-53f1fff598d89b66801b0db00f0246ebf47955bf.zip |
Do not allow HAVP to be installed along squid3-dev
This uses same directories as squid3-dev for ClamAV, installs duplicate ClamAV service, screws directory permissions for Squid's ClamAV instance and produces general mess. People with squid3-dev should use C-ICAP and not this dead thing!
-rw-r--r-- | pkg_config.8.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 5abf5f5d..57cda535 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1377,6 +1377,7 @@ <depends_on_package_pbi>havp-0.91_1-i386.pbi</depends_on_package_pbi> <build_port_path>/usr/ports/www/havp</build_port_path> <build_options>CLAMAVUSER=havp;CLAMAVGROUP=havp</build_options> + <conflicts>squid3-dev</conflicts> <version>0.91_1 pkg v1.10.0</version> <status>BETA</status> <required_version>1.2.2</required_version> |