diff options
author | tron <tron@pkgsrc.org> | 2001-07-30 07:30:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-30 07:30:11 +0000 |
commit | 369b9ee1cfcff7d2178ed0f471fb5a3c0bc2a8bd (patch) | |
tree | 4aebf8ec26f6a30513f0629590006c5e2f20a855 /www/squid/Makefile | |
parent | abd0c6a9ae2d2079064f8f9bcad85ad3ceacbe54 (diff) | |
download | pkgsrc-369b9ee1cfcff7d2178ed0f471fb5a3c0bc2a8bd.tar.gz |
Rework startup script:
- We don't want to wait forever until "squid" terminates. Wait at most
20 seconds after a shutdown command use "kill" afterwards.
- Don't use "RunCache" to start "squid", it is not necessary and only
causes trouble.
- Bring the "rotate" command which got lost in last update.
Bump package version number to 2.4.1nb2.
Diffstat (limited to 'www/squid/Makefile')
-rw-r--r-- | www/squid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 03672bc8cae..8c28427b728 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2001/07/29 16:47:01 tron Exp $ +# $NetBSD: Makefile,v 1.49 2001/07/30 07:30:11 tron Exp $ DISTNAME= squid-2.4.STABLE1-src -PKGNAME= squid-2.4.1nb1 +PKGNAME= squid-2.4.1nb2 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.4/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ |