From b01821a562bb0cc1966e46434a532a856abdd78a Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 Jun 1999 17:21:59 +0000 Subject: Don't require interaction on install while PACKAGE_BUILDING. --- www/squid27/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/squid27/pkg-install') diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install index f2088a4..2b6052e 100644 --- a/www/squid27/pkg-install +++ b/www/squid27/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 ] || \ -- cgit v1.1