diff --git a/squid/.md5sum b/squid/.md5sum index 00995a1a9..f3bd8821f 100644 --- a/squid/.md5sum +++ b/squid/.md5sum @@ -1,2 +1,2 @@ -94c84d700860430c8fac78f6008d2dd7 squid -0330ec9f69e333c2a81fa4502ba96a22 squid-3.5.2.tar.xz +be8031c772fc51aaa1a9fb22ecac6585 squid +6cd553300a2253c0913f498beb79ee51 squid-3.5.3.tar.xz diff --git a/squid/Pkgfile b/squid/Pkgfile index 147849af2..d9ca7cfb7 100644 --- a/squid/Pkgfile +++ b/squid/Pkgfile @@ -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) diff --git a/squid/squid b/squid/squid index 8dab2e469..116a3382c 100644 --- a/squid/squid +++ b/squid/squid @@ -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" ;;