summaryrefslogtreecommitdiffstats
path: root/bin/tSmoke
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-29 00:34:38 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-29 00:34:38 +0200
commitf05d11a794291157f39778907c698c9008cd7edf (patch)
tree42649e5fa0d81d599589344f703af2a91d3e4762 /bin/tSmoke
parenta0d01155dc7b2774435721aa319625c9c42d9e59 (diff)
downloadsmokeping-f05d11a794291157f39778907c698c9008cd7edf.tar.gz
smokeping-f05d11a794291157f39778907c698c9008cd7edf.tar.xz
* silent build
* add perl and library path to the scripts on install
Diffstat (limited to 'bin/tSmoke')
-rwxr-xr-xbin/tSmoke3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tSmoke b/bin/tSmoke
index fc0d74f..d7d98bd 100755
--- a/bin/tSmoke
+++ b/bin/tSmoke
@@ -52,10 +52,11 @@ use warnings;
#
# Point the lib variables to your implementation
use FindBin;
+# PERL5LIB
use lib "$FindBin::Bin/../thirdparty/lib/perl5";
use lib "$FindBin::Bin/../lib";
-use Smokeping 2.004002;
+use Smokeping;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;