fix rpcinfo path

change path in jessie of package rpcbind
from /usr/bin/rpcinfo to /usr/sbin/rpcinfo

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
This commit is contained in:
Wolfgang Link
2015-03-03 09:41:30 +01:00
committed by Dietmar Maurer
parent 13eca80ba1
commit 37121146ec

View File

@ -168,7 +168,7 @@ sub check_connection {
my $server = $scfg->{server};
# test connection to portmapper
my $cmd = ['/usr/bin/rpcinfo', '-p', $server];
my $cmd = ['/usr/sbin/rpcinfo', '-p', $server];
eval {
run_command($cmd, timeout => 2, outfunc => sub {}, errfunc => sub {});