rpcbind: update to 0.2.3

This commit is contained in:
Juergen Daubert 2015-04-28 12:22:36 +02:00
parent 49e05b1bd6
commit 8ae0b46b70
3 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
4d4d8b3f5a19ca02d781cac5ba7d15aa rpcbind
8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2
06ea92b0f86f29b4c468694918da09c6 rpcbind
c8875246b2688a1adfbd6ad43480278d rpcbind-0.2.3.tar.bz2

View File

@ -4,8 +4,8 @@
# Depends on: libtirpc tcp_wrappers
name=rpcbind
version=0.2.2
release=2
version=0.2.3
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \
rpcbind)

View File

@ -22,7 +22,7 @@ restart)
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" ;;