diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-13 17:43:48 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-13 17:43:48 +0800 |
commit | a34b1acad95b8bddba821706a467e628d0afdf40 (patch) | |
tree | df1db90b637b9e748642d52b513ff4db23d5655c /www/squid31/pkg-install | |
parent | e81b1e102829b34196f852ac48febe314c25843a (diff) | |
download | freebsd-ports-gnome-a34b1acad95b8bddba821706a467e628d0afdf40.tar.gz freebsd-ports-gnome-a34b1acad95b8bddba821706a467e628d0afdf40.tar.zst freebsd-ports-gnome-a34b1acad95b8bddba821706a467e628d0afdf40.zip |
- Update to 2.5-STABLE7; this release fixes a security issue regarding
the SNMP module
- Remove a patch that is now part of the distribution
- Miscellaneuous small fixes:
+ in squid.sh, make stop_command poll for the squid processes' exit in
the rcNG case too; this eliminates the need to do this in restart_command
+ make the information regarding rcNG'ness in pkg-install easier to read
+ install unstripped binaries if WITH_SQUID_STACKTRACES is defined
PR: ports/72581
Submitted by: Thomas-Martin Seck (maintainer)
Diffstat (limited to 'www/squid31/pkg-install')
-rw-r--r-- | www/squid31/pkg-install | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/squid31/pkg-install b/www/squid31/pkg-install index 16e9aada1108..cb18a5f492bb 100644 --- a/www/squid31/pkg-install +++ b/www/squid31/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 |