Don't require interaction on install while PACKAGE_BUILDING.
This commit is contained in:
parent
dc4912343a
commit
81bb6bf339
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19662
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
@ -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 ] || \
|
||||
|
Loading…
Reference in New Issue
Block a user