CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/05/30 14:56:30
Modified files:
www/squid : Makefile
www/squid/patches: patch-src_cf_data_pre
www/squid/pkg : PLIST
Log message:
- reduce the default shutdown_lifetime to 20s; previously it was 30s which
is the maximum time rc.subr waits for a daemon, so usually it would end up
being forcefully killed (i.e. unclean shutdown -> cache must be rescanned
at next startup). suggested by aja@, diff from Brad.
- adjust PLIST to prevent warnings with pkg_delete -c, from aja@ ok Brad.