From e708762b5253af266f09b5c548dc8d3d03512b22 Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 4 Aug 1999 02:43:37 +0000 Subject: [PATCH] add in a little notice reminding users to initialize the cache. --- www/squid/pkg/MESSAGE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/squid/pkg/MESSAGE b/www/squid/pkg/MESSAGE index d2b56514824..8137e825a07 100644 --- a/www/squid/pkg/MESSAGE +++ b/www/squid/pkg/MESSAGE @@ -15,6 +15,9 @@ The local (OpenBSD) differences are: - logs are stored in /var/squid/logs - the ugid squid runs as is www:www +Please remember to initialize the cache by running "squid -z" before +trying to run squid for the first time. + You can also edit /etc/rc.local so that Squid is started automatically: if [ -x /usr/local/bin/squid ]; then echo -n ' squid'; /usr/local/bin/squid &