rpcbind: update to 0.2.3
This commit is contained in:
parent
49e05b1bd6
commit
8ae0b46b70
@ -1,2 +1,2 @@
|
||||
4d4d8b3f5a19ca02d781cac5ba7d15aa rpcbind
|
||||
8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2
|
||||
06ea92b0f86f29b4c468694918da09c6 rpcbind
|
||||
c8875246b2688a1adfbd6ad43480278d rpcbind-0.2.3.tar.bz2
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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" ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user