]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From Guido: DDocumentation update to reflect the new squid installation path
authorhno <>
Fri, 26 Jul 2002 01:19:02 +0000 (01:19 +0000)
committerhno <>
Fri, 26 Jul 2002 01:19:02 +0000 (01:19 +0000)
(sbin)

INSTALL
QUICKSTART
contrib/nextstep/Makefile.real

diff --git a/INSTALL b/INSTALL
index 79869444235af0771f53408de6eb7abbf96f25dc..fe50259e57fc291115870faa3dcd46042347b635 100644 (file)
--- 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
index 9070e2e252089c49c658e8dfed57378ea07fb03a..e6a8b532d15555b12d81e10f8bde4fd14ed34cb6 100644 (file)
@@ -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
index a18b7e5376096e1a9385238b8e3f19323d56a45c..e9f1dfb7f08c4ae41fe589c7f27c51a54178ba0c 100644 (file)
@@ -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}