This commit is contained in:
brad 2004-10-31 06:54:37 +00:00
parent 5dd66f97d6
commit 7d4db47663

View File

@ -1,7 +1,4 @@
NOTES ON OpenBSD POST-INSTALLATION OF SQUID 2.5
-----------------------------------------------
** An old squid.conf will not work with Squid 2.5! **
The local (OpenBSD) differences are:
- configuration files are in ${SYSCONFDIR}/squid
@ -18,6 +15,8 @@ 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 ${PREFIX}/sbin/squid ]; then
echo -n ' squid'; ${PREFIX}/sbin/squid
fi