diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-21 18:18:29 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-21 18:18:29 +0200 |
commit | e63c27dac0ca039b67e284235df8238bd0012cfc (patch) | |
tree | 94c897987ffc26600dfc28e9c6ea13443e125b65 /setup | |
parent | 11d1224adf4208f5122c2e87bb18007e95443490 (diff) | |
download | smokeping-e63c27dac0ca039b67e284235df8238bd0012cfc.tar.gz smokeping-e63c27dac0ca039b67e284235df8238bd0012cfc.tar.xz |
* switch from speedy to fastcgi
* improved installation, no file editing required anymore
* update installation instructions
Diffstat (limited to 'setup')
-rwxr-xr-x | setup/build-perl-modules.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setup/build-perl-modules.sh b/setup/build-perl-modules.sh index 8c7d272..e0682b9 100755 --- a/setup/build-perl-modules.sh +++ b/setup/build-perl-modules.sh @@ -10,7 +10,9 @@ for module in \ Digest::HMAC_MD5 \ Net::Telnet \ Net::OpenSSH \ - Net::SNMT \ + Net::SNMP \ + Net::LDAP \ + Net::DNS \ IO::Pty \ LWP \ ; do |