From 69d8836ca5f5f12ca64a072a84e218c6906fc55a Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 26 Jul 2002 01:19:02 +0000 Subject: [PATCH] From Guido: DDocumentation update to reflect the new squid installation path (sbin) --- INSTALL | 2 +- QUICKSTART | 6 +++--- contrib/nextstep/Makefile.real | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 7986944423..fe50259e57 100644 --- a/INSTALL +++ b/INSTALL @@ -10,7 +10,7 @@ To run a Cache, you will need to: % vi /usr/local/squid/etc/squid.conf 2. start the cache: - % /usr/local/squid/bin/squid + % /usr/local/squid/sbin/squid If you want to use the WWW interface to the Cache Manager, copy the cachemgr.cgi program into your httpd server's cgi-bin diff --git a/QUICKSTART b/QUICKSTART index 9070e2e252..e6a8b532d1 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -1,7 +1,7 @@ Squid QUICKSTART -$Id: QUICKSTART,v 1.4 2001/11/19 09:02:57 adrian Exp $ +$Id: QUICKSTART,v 1.5 2002/07/25 19:19:02 hno Exp $ This document is intended only for people who want to get Squid running quickly It is not a substitute for the real documentation. Squid has @@ -77,8 +77,8 @@ visible_hostname After editing squid.conf to your liking, run Squid from the command line TWICE: - % /usr/local/squid/bin/squid -z - % /usr/local/squid/bin/squid + % /usr/local/squid/sbin/squid -z + % /usr/local/squid/sbin/squid Check in the cache.log (/usr/local/squid/logs/cache.log) that everything is all right. Note that "WARNING: Cannot write to swap diff --git a/contrib/nextstep/Makefile.real b/contrib/nextstep/Makefile.real index a18b7e5376..e9f1dfb7f0 100644 --- a/contrib/nextstep/Makefile.real +++ b/contrib/nextstep/Makefile.real @@ -5,7 +5,7 @@ TIMESTAMP=.pkg_made PKGNAME=${PRG}.pkg TARNAME=${PRG}-${VERSION}.${ARCHS}.tar.gz -${TIMESTAMP}: /usr/local/squid/bin/squid Squid.pkg.README info.in post_install \ +${TIMESTAMP}: /usr/local/squid/sbin/squid Squid.pkg.README info.in post_install \ pre_install makepkg Makefile.real ./makepkg touch ${TIMESTAMP} -- 2.47.3