diff options
Diffstat (limited to 'www/squid30/pkg-install')
-rw-r--r-- | www/squid30/pkg-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid30/pkg-install b/www/squid30/pkg-install index 19e4a434a409..2fe7823411a2 100644 --- a/www/squid30/pkg-install +++ b/www/squid30/pkg-install @@ -147,13 +147,13 @@ POST-INSTALL) echo " initialize the cache directory by running \"squid -z\"" echo " as 'root' or '${squid_user}' before starting squid." echo "" - echo " Please note that ${PKG_PREFIX}/etc/rc.d/squid.sh is now" - echo " an rcNG script by default. This means that squid will not" + echo " Please note that ${PKG_PREFIX}/etc/rc.d/squid is a" + echo " new style rc script. This means that squid will not" echo " start automatically at boot time." echo "" echo " To enable squid, set squid_enable=yes in either" echo " /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/squid" - echo " See ${PKG_PREFIX}/etc/rc.d/squid.sh for more" + echo " See ${PKG_PREFIX}/etc/rc.d/squid for more" echo " configuration options." echo "" echo " If you want the port to install an old style rc script, run" |