squid: update to 3.5.3

This commit is contained in:
Juergen Daubert 2015-04-03 12:01:43 +02:00
parent 7cc833c66f
commit cb701b7bf4
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
94c84d700860430c8fac78f6008d2dd7 squid
0330ec9f69e333c2a81fa4502ba96a22 squid-3.5.2.tar.xz
be8031c772fc51aaa1a9fb22ecac6585 squid
6cd553300a2253c0913f498beb79ee51 squid-3.5.3.tar.xz

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=squid
version=3.5.2
version=3.5.3
release=1
source=(http://www.squid-cache.org/Versions/v3/3.5/$name-$version.tar.xz
squid)

View File

@ -28,7 +28,7 @@ reload)
status)
$SSD --status --pidfile $PID
case $? in
0) echo "$PROG is running" ;;
0) echo "$PROG is running with pid $(cat $PID)" ;;
1) echo "$PROG is not running but the pid file $PID exists" ;;
3) echo "$PROG is not running" ;;
4) echo "Unable to determine the program status" ;;