diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:21:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:21:59 +0000 |
commit | 81bb6bf339258e02428d8ca55b41a368aefb000a (patch) | |
tree | 33a50123f6624e1297a2734a8c5d91ef6e7c0c10 /www/squid | |
parent | dc4912343ac2803f275da9776f2d61158a3ea560 (diff) | |
download | ports-81bb6bf339258e02428d8ca55b41a368aefb000a.tar.gz ports-81bb6bf339258e02428d8ca55b41a368aefb000a.zip |
Notes
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/pkg-install b/www/squid/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid/pkg-install +++ b/www/squid/pkg-install @@ -20,7 +20,7 @@ case $2 in echo " You'd certainly like to pay attention to the" echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" tput me - read skip + if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ |