diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/squid/Makefile | 2 | ||||
-rw-r--r-- | www/squid/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid24/Makefile | 2 | ||||
-rw-r--r-- | www/squid24/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid25/Makefile | 2 | ||||
-rw-r--r-- | www/squid25/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid26/Makefile | 2 | ||||
-rw-r--r-- | www/squid26/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid27/Makefile | 2 | ||||
-rw-r--r-- | www/squid27/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid30/Makefile | 2 | ||||
-rw-r--r-- | www/squid30/files/squid.sh | 9 | ||||
-rw-r--r-- | www/squid31/Makefile | 2 | ||||
-rw-r--r-- | www/squid31/files/squid.sh | 9 |
14 files changed, 56 insertions, 21 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid/files/squid.sh +++ b/www/squid/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid24/files/squid.sh b/www/squid24/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid24/files/squid.sh +++ b/www/squid24/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid25/Makefile b/www/squid25/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid25/files/squid.sh b/www/squid25/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid25/files/squid.sh +++ b/www/squid25/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid26/Makefile b/www/squid26/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid26/files/squid.sh b/www/squid26/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid26/files/squid.sh +++ b/www/squid26/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid27/Makefile b/www/squid27/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid27/files/squid.sh b/www/squid27/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid27/files/squid.sh +++ b/www/squid27/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid30/files/squid.sh b/www/squid30/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid30/files/squid.sh +++ b/www/squid30/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff --git a/www/squid31/Makefile b/www/squid31/Makefile index 150ea88cb47a..1d578451efdf 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -7,7 +7,7 @@ PORTNAME= squid PORTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/squid-2/STABLE/ \ diff --git a/www/squid31/files/squid.sh b/www/squid31/files/squid.sh index e9a3144e8c93..40f655b04f27 100644 --- a/www/squid31/files/squid.sh +++ b/www/squid31/files/squid.sh @@ -7,11 +7,16 @@ fi case "$1" in start) - if [ -x ${PREFIX}/sbin/RunCache -a -f ${PREFIX}/etc/squid/squid.conf ]; then - (cd /tmp; ${PREFIX}/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid' + if [ -x ${PREFIX}/sbin/squid -a -f ${PREFIX}/etc/squid/squid.conf ]; then + (cd /${PREFIX}/squid/logs; ${PREFIX}/sbin/squid >/dev/null 2>&1 &) ; echo -n ' squid' fi ;; stop) + ${PREFIX}/sbin/squid -k shutdown 2>&1 + # Uncomment this if you'd like the system to (attempt to + # wait for) squid to shut down cleanly + #echo "Sleeping for 45 seconds to allow squid to shutdown.." + #sleep 45 ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |