Re: FreeBSD Port: squidGuard-1.4

2009-01-21 Thread Doug Barton
Rick Chisholm wrote: > Guido Falsi wrote: >> On Tue, Jan 20, 2009 at 10:09:25PM -0800, Doug Barton wrote: >> >>> Guido Falsi wrote: >>> > Since ports are expected not to leave files behind when deinstalled, >>> port logic checks on first install if ${DATADIR} exists. If it does it

Re: FreeBSD Port: squidGuard-1.4

2009-01-21 Thread Guido Falsi
On Wed, Jan 21, 2009 at 10:26:19AM -0500, Rick Chisholm wrote: >> I agree. I was thinking if it could be acceptable to add an option to >> the port for installing/not installing the sample blacklists and not >> adding those to the plist anyway. This could be easier to handle. >> Perhaps also more l

Re: FreeBSD Port: squidGuard-1.4

2009-01-21 Thread Rick Chisholm
Guido Falsi wrote: On Tue, Jan 20, 2009 at 10:09:25PM -0800, Doug Barton wrote: Guido Falsi wrote: > Since ports are expected not to leave files behind when deinstalled, port logic checks on first install if ${DATADIR} exists. If it does it will NOT be created/populated and NOT include

Re: FreeBSD Port: squidGuard-1.4

2009-01-21 Thread Guido Falsi
On Tue, Jan 20, 2009 at 10:09:25PM -0800, Doug Barton wrote: > Guido Falsi wrote: > > Since ports are expected not to leave files behind when deinstalled, > > port logic checks on first install if ${DATADIR} exists. If it does it > > will NOT be created/populated and NOT included in the plist, and

Re: FreeBSD Port: squidGuard-1.4

2009-01-20 Thread Doug Barton
Guido Falsi wrote: > Since ports are expected not to leave files behind when deinstalled, > port logic checks on first install if ${DATADIR} exists. If it does it > will NOT be created/populated and NOT included in the plist, and not > removed on deinstall. > > On the contrary if it does not find

Re: FreeBSD Port: squidGuard-1.4

2009-01-20 Thread Guido Falsi
Rick Chisholm wrote: Hello: I recently did a SG 1.3 to 1.4 portupgrade and it seems to have cleared out my /var/db/squidGuard dir. Does that make sense? Hi! It does make sense. It depends on how the port was first installed. When taking maintainership I did not modify the original logic.