diff options
Diffstat (limited to 'net-proxy/havp/files/havp.initd')
-rw-r--r-- | net-proxy/havp/files/havp.initd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-proxy/havp/files/havp.initd b/net-proxy/havp/files/havp.initd index f79edbb9f7c4..5cb3be40176c 100644 --- a/net-proxy/havp/files/havp.initd +++ b/net-proxy/havp/files/havp.initd @@ -3,9 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 depend() { - need net clamd - #havp could be used in conjuction with any parent proxies from below - use squid apache2 bfilter mman junkbuster oops polipo privoxy tinyproxy wwwoffled + need net + use clamd \ + squid apache2 bfilter mman junkbuster oops polipo privoxy tinyproxy wwwoffled + #havp could be used in conjuction with any parent proxies enumerated above } get_havp_opt() { |