ports/opt (3.1): rpcbind: update to 0.2.3
commit 8ae0b46b70d5e4d43776e9fcc89197e53caa3175 Author: Juergen Daubert <jue@jue.li> Date: Tue Apr 28 12:22:36 2015 +0200 rpcbind: update to 0.2.3 diff --git a/rpcbind/.md5sum b/rpcbind/.md5sum index f56cc5f..f67bc24 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 42fc696..7105e6b 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... \ rpcbind) diff --git a/rpcbind/rpcbind b/rpcbind/rpcbind index 942101c..d2c08da 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" ;;
participants (1)
-
crux@crux.nu