Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2011 01:47:57 +0000
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Install Squid on FBSD with different configure options?
Message-ID:  <20110219014757.19194bdd@gumby.homeunix.com>
In-Reply-To: <AANLkTinOcNgPRc6W2vndz01LnVM3QGX5G2YWf9BbBVDR@mail.gmail.com>
References:  <AANLkTinOcNgPRc6W2vndz01LnVM3QGX5G2YWf9BbBVDR@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 Feb 2011 08:53:27 -0800
Ed Flecko <edflecko@gmail.com> wrote:

> Hi folks,
> I want to install squid from the ports package (i.e.,
> /usr/ports/www/squid) instead of installing from source (which, it's
> my understanding, would force me to create a squid user, squid group,
> etc. manually).
> 
> However, I want squid to be installed with the ability to restrict end
> users internet access based upon their PCs MAC address, which means I
> need the --enable-arp-acl option when installing squid.
> 
> I have modified the Makefile (/usr/ports/www/squid/Makefile) to
> include this option, 

Don't do that or you will have to maintain it. Revert the change, then
run "make config" in the port directory and select "Enable ACLs based on
ethernet address" from the menu. The option will be remembered for
future upgrades too. Alternately set WITH_SQUID_ARP_ACL=yes in make.conf.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110219014757.19194bdd>