From 392cc7575771f18473122e00710852a6610f55c4 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 8 Nov 2001 06:58:10 +0000 Subject: Correct path for configuration files in installation instructions. Problem noted by Hubert Feyrer in private e-mail. --- www/squid/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/squid') diff --git a/www/squid/INSTALL b/www/squid/INSTALL index e27ac75021d..df1b1b12d4c 100644 --- a/www/squid/INSTALL +++ b/www/squid/INSTALL @@ -1,10 +1,10 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1 2001/11/01 02:18:53 zuntum Exp $ +# $NetBSD: INSTALL,v 1.2 2001/11/08 06:58:10 tron Exp $ # PKGNAME=$1 -CONFDIR=${PKG_PREFIX}/share/squid/ +CONFDIR=${PKG_PREFIX}/etc/squid/ SQUIDCONF=squid.conf MIMECONF=mime.conf -- cgit v1.2.3