diff options
author | jim-p <jim@pingle.org> | 2009-10-12 18:56:42 -0400 |
---|---|---|
committer | jim-p <jim@pingle.org> | 2009-10-12 18:56:42 -0400 |
commit | f95fb72a299cf416e01674db44557384499c8ea3 (patch) | |
tree | 28ba0043bf584df12101a8b4306dbfab585ddf3c | |
parent | 12bc9bbc405b99c0dfe65b48440cb58ac1b2cfd7 (diff) | |
download | pfsense-packages-f95fb72a299cf416e01674db44557384499c8ea3.tar.gz pfsense-packages-f95fb72a299cf416e01674db44557384499c8ea3.tar.bz2 pfsense-packages-f95fb72a299cf416e01674db44557384499c8ea3.zip |
Re-enable Squid and Squidguard for use on nano.
May need some verbage somewhere warning people that they need cache=0 for squid, and to be careful what logging they enable.
-rwxr-xr-x | pkg_config.7.xml | 2 | ||||
-rwxr-xr-x | pkg_config.8.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 6da14216..20ea8b3b 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -629,7 +629,6 @@ <depends_on_package>openldap-client-2.4.10.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file> <configurationfile>squid.xml</configurationfile> - <noembedded>true</noembedded> </package> <package> <name>squid3</name> @@ -695,7 +694,6 @@ <depends_on_package>squidGuard-1.3_1.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file> <configurationfile>squidguard.xml</configurationfile> - <noembedded>true</noembedded> </package> <package> <name>Zabbix Agent</name> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 3f500a30..4192266e 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -561,7 +561,6 @@ <depends_on_package>openldap-client-2.4.10.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/squid/squid.xml</config_file> <configurationfile>squid.xml</configurationfile> - <noembedded>true</noembedded> </package> <package> <name>squid3</name> @@ -627,7 +626,6 @@ <depends_on_package>squidGuard-1.3_1.tbz</depends_on_package> <config_file>http://www.pfsense.org/packages/config/squidGuard/squidguard.xml</config_file> <configurationfile>squidguard.xml</configurationfile> - <noembedded>true</noembedded> </package> <package> <name>Zabbix Agent</name> |