aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid/pkg-install')
-rw-r--r--www/squid/pkg-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/squid/pkg-install b/www/squid/pkg-install
index 35a034c778c..e22d6b02f09 100644
--- a/www/squid/pkg-install
+++ b/www/squid/pkg-install
@@ -148,6 +148,15 @@ POST-INSTALL)
echo " Please check your squid.conf and update it if necessary."
tput me
echo ""
+ if [ -f /etc/rc.subr ]; then
+ echo " Please note that ${PKG_PREFIX}/etc/rc.d/squid.sh"
+ echo " will not start squid automatically on this system."
+ echo " You need to 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 ""
+ fi
;;
*)
exit 64