aboutsummaryrefslogtreecommitdiff
path: root/www/squid/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid/pkg-install')
-rw-r--r--www/squid/pkg-install11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/squid/pkg-install b/www/squid/pkg-install
index 16e9aada1108..cb18a5f492bb 100644
--- a/www/squid/pkg-install
+++ b/www/squid/pkg-install
@@ -146,16 +146,19 @@ 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"
- echo " will not start squid automatically anymore unless you"
- echo " explicitly configured the port not to install an rcNG"
- echo " style startup script via 'make config'."
+ 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 " 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 " configuration options."
echo ""
+ echo " If you want to install an old style rc script, run"
+ echo " 'make config' and deselect the option to install an"
+ echo " rcNG script."
+ echo ""
;;
*)
exit 64