diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:21:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:21:59 +0800 |
commit | b01821a562bb0cc1966e46434a532a856abdd78a (patch) | |
tree | 0f28a04e5b28d071496179f73084b20658d45426 /www | |
parent | 1f86ab2a8a3a8bf91c4a86773bf9b0adc97f862d (diff) | |
download | freebsd-ports-gnome-b01821a562bb0cc1966e46434a532a856abdd78a.tar.gz freebsd-ports-gnome-b01821a562bb0cc1966e46434a532a856abdd78a.tar.zst freebsd-ports-gnome-b01821a562bb0cc1966e46434a532a856abdd78a.zip |
Don't require interaction on install while PACKAGE_BUILDING.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/pkg-install | 2 | ||||
-rw-r--r-- | www/squid22/pkg-install | 2 | ||||
-rw-r--r-- | www/squid23/pkg-install | 2 | ||||
-rw-r--r-- | www/squid24/pkg-install | 2 | ||||
-rw-r--r-- | www/squid25/pkg-install | 2 | ||||
-rw-r--r-- | www/squid26/pkg-install | 2 | ||||
-rw-r--r-- | www/squid27/pkg-install | 2 | ||||
-rw-r--r-- | www/squid30/pkg-install | 2 | ||||
-rw-r--r-- | www/squid31/pkg-install | 2 |
9 files changed, 9 insertions, 9 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 ] || \ diff --git a/www/squid22/pkg-install b/www/squid22/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid22/pkg-install +++ b/www/squid22/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 ] || \ diff --git a/www/squid23/pkg-install b/www/squid23/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid23/pkg-install +++ b/www/squid23/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 ] || \ diff --git a/www/squid24/pkg-install b/www/squid24/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid24/pkg-install +++ b/www/squid24/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 ] || \ diff --git a/www/squid25/pkg-install b/www/squid25/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid25/pkg-install +++ b/www/squid25/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 ] || \ diff --git a/www/squid26/pkg-install b/www/squid26/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid26/pkg-install +++ b/www/squid26/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 ] || \ diff --git a/www/squid27/pkg-install b/www/squid27/pkg-install index f2088a460b3a..2b6052e5aa11 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 ] || \ diff --git a/www/squid30/pkg-install b/www/squid30/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid30/pkg-install +++ b/www/squid30/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 ] || \ diff --git a/www/squid31/pkg-install b/www/squid31/pkg-install index f2088a460b3a..2b6052e5aa11 100644 --- a/www/squid31/pkg-install +++ b/www/squid31/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 ] || \ |