diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-14 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-14 01:00:54 +0200 |
commit | 2f5b3b13f36137299dbb240d42db261f07772739 (patch) | |
tree | 2fef04da96fb1c61afc0f1ab99ebb952505fb3e2 /bin/smokeping.dist | |
parent | 36d4802453ee4253dd60e80926ea8404cdf7db53 (diff) | |
download | smokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.gz smokeping-2f5b3b13f36137299dbb240d42db261f07772739.tar.xz |
prepare for the release of smokeping-20051014_trunk
Diffstat (limited to 'bin/smokeping.dist')
-rwxr-xr-x | bin/smokeping.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 9c778b8..c8d4ec9 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -4,7 +4,7 @@ use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl); use lib qw(lib); -use Smokeping 20051013; +use Smokeping 20051014; Smokeping::main("etc/config.dist"); |