Imported Upstream version 1.4.16+git20130919
This commit is contained in:
parent
01ca3b324f
commit
57371046fd
50 changed files with 3885 additions and 500 deletions
|
@ -59,6 +59,8 @@ if ($opt_V) {
|
|||
if ($opt_h) {print_help(); exit $ERRORS{'OK'};}
|
||||
|
||||
my $smbclient = $utils::PATH_TO_SMBCLIENT;
|
||||
$smbclient || usage("check requires smbclient, smbclient not set\n");
|
||||
-x $smbclient || usage("check requires smbclient, $smbclient: $!\n");
|
||||
|
||||
# Options checking
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue