summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpcbind/.md5sum4
-rw-r--r--rpcbind/Pkgfile4
-rw-r--r--rpcbind/rpcbind2
3 files changed, 5 insertions, 5 deletions
diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum
index f56cc5f1b..f67bc246d 100644
--- a/rpcbind/.md5sum
+++ b/rpcbind/.md5sum
@@ -1,2 +1,2 @@
-4d4d8b3f5a19ca02d781cac5ba7d15aa rpcbind
-8acf839bfef2364a05fbd6be5f8edf9a rpcbind-0.2.2.tar.bz2
+06ea92b0f86f29b4c468694918da09c6 rpcbind
+c8875246b2688a1adfbd6ad43480278d rpcbind-0.2.3.tar.bz2
diff --git a/rpcbind/Pkgfile b/rpcbind/Pkgfile
index 42fc696ca..7105e6b89 100644
--- a/rpcbind/Pkgfile
+++ b/rpcbind/Pkgfile
@@ -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)
diff --git a/rpcbind/rpcbind b/rpcbind/rpcbind
index 942101cb2..d2c08daae 100644
--- a/rpcbind/rpcbind
+++ b/rpcbind/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" ;;

Generated by cgit