Adding d/p/04_lmstat_path (Closes: #1053687)
Patching $PATH_TO_LMSTAT to /usr/local/bin/lmstat
This commit is contained in:
parent
55f87b7a39
commit
2f5d0256ae
2 changed files with 12 additions and 0 deletions
11
debian/patches/04_lmstat_path
vendored
Normal file
11
debian/patches/04_lmstat_path
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/plugins-scripts/utils.pm.in
|
||||
+++ b/plugins-scripts/utils.pm.in
|
||||
@@ -19,7 +19,7 @@
|
||||
## updated by autoconf
|
||||
$PATH_TO_SUDO = "@PATH_TO_SUDO@";
|
||||
$PATH_TO_RPCINFO = "@PATH_TO_RPCINFO@" ;
|
||||
-$PATH_TO_LMSTAT = "@PATH_TO_LMSTAT@" ;
|
||||
+$PATH_TO_LMSTAT = "/usr/local/bin/lmstat" ;
|
||||
$PATH_TO_SMBCLIENT = "@PATH_TO_SMBCLIENT@" ;
|
||||
$PATH_TO_MAILQ = "@PATH_TO_MAILQ@";
|
||||
$PATH_TO_QMAIL_QSTAT = "@PATH_TO_QMAIL_QSTAT@";
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,5 +1,6 @@
|
|||
02_check_icmp_links
|
||||
03_epn
|
||||
04_lmstat_path
|
||||
# commited upstream
|
||||
10_check_curl_fix_redirects
|
||||
11_check_curl_raise_ssl_issue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue