Anil Saini wrote:
how can i change the default squid configuration options of squid while
installing it from BSD ports
i make changes in Makefile...is it do the trick
also how we do the same thing when we install it thru pkg_add command
-----
Anil Saini
M.E. - Software Systems
B.E. - Electronics and Communication
Project Assistant
CISCO LAB
Information Processing Center Unit
BITS-PILANI
In the squid ports directory: /usr/ports/www/squid (i think)
do : make show=FLAVORS <------ This will give you different config
options...like build it for transparent proxy or with snmp support.
Choose what you want and then do:
env FLAVOR="transparent snmp" make install.
That should do the trick.