rpcbind: update to 1.2.5

* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh
2018-08-19 16:33:42 +02:00
parent 23efd1f3f1
commit 7a88e515d0
2 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ USE_PROCD=1
start_service() {
procd_open_instance
procd_set_param command /usr/bin/rpcbind -f -w
procd_set_param command /usr/sbin/rpcbind -f -w
procd_set_param respawn
procd_close_instance
}