Bug #224
closed
I observed, if is installed squid3 package the following line at /etc/inc/filter.conf need to be changed to create the proper rdr rule.
From:
if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) {
To:
if (is_package_installed('squid3') && file_exists('/usr/local/pkg/squid.inc')) {
or
if ( (is_package_installed('squid') || is_package_installed('squid3')) && file_exists('/usr/local/pkg/squid.inc')) {
Paulo Coimbra wrote:
I observed, if is installed squid3 package the following line at /etc/inc/filter.inc need to be changed to create the proper rdr rule.
From:
if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) {
To:
if (is_package_installed('squid3') && file_exists('/usr/local/pkg/squid.inc')) {
or
if ( (is_package_installed('squid') || is_package_installed('squid3')) && file_exists('/usr/local/pkg/squid.inc')) {
- Category set to Squid
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Affected Version set to 2.0
This is fixed now. There was a bug in how package rules were being loaded. Ermal committed a fix earlier this week.
- Status changed from Feedback to Resolved
Also available in: Atom
PDF