diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-20 13:17:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 06:31:35 +0100 |
commit | 72d4593ed441297e63083c73c78e5a0460fe6040 (patch) | |
tree | 8574b47492494bb777ae406d3376b355502fdcdd /package/rpcbind/files | |
parent | 4b70075d756b6d5986702739d0e4b93f23e5e3bd (diff) |
rpcbind: update to 1.2.6
Diffstat (limited to 'package/rpcbind/files')
-rw-r--r-- | package/rpcbind/files/rpcbind.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/rpcbind/files/rpcbind.init b/package/rpcbind/files/rpcbind.init index 42c527c90..efc957fd3 100644 --- a/package/rpcbind/files/rpcbind.init +++ b/package/rpcbind/files/rpcbind.init @@ -11,10 +11,10 @@ autostart) exec sh $0 start ;; start) - /usr/bin/rpcbind + /usr/sbin/rpcbind ;; stop) - kill $(pgrep -f /usr/bin/rpcbind) + kill $(pgrep -f /usr/sbin/rpcbind) ;; restart) sh $0 stop |