diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-02 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-02 01:00:58 +0100 |
commit | 04aa92d0a09308a99631bd73f69838a43065d02b (patch) | |
tree | dfad6f1ce828cf1727fc26585f13de92d18c61bf /bin/smokeping.dist | |
parent | c933a6039693020169584f878a3cfade99c58e92 (diff) | |
download | smokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.gz smokeping-04aa92d0a09308a99631bd73f69838a43065d02b.tar.xz |
prepare for the release of smokeping-20051102_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 87288ef..7609582 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 20051101; +use Smokeping 20051102; Smokeping::main("etc/config.dist"); |