summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89360bf)
raw | patch | inline | side by side (parent: 89360bf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 11:03:16 +0000 (11:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 11:03:16 +0000 (11:03 +0000) |
include/setup_checks.inc | patch | blob | history |
index 39b19fac0976144d710d43a7237a127dec6a722e..4e580256da781cbe58985b38c2e40826f8177e8c 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
$msg.= check ( $faults, _("Checking for kadm5 module"),
_("Managing users in kerberos requires the kadm5 module which is downloadable via PEAR network."),
function_exists('kadm5_init_with_password'), FALSE);
- $msg.= check ( $faults, _("Checking for snmp module"),
+ $msg.= check ( $faults, _("Checking for snmp Module"),
_("Simple Network Management Protocol (SNMP) is required for client monitoring."),
function_exists('snmpgetnext'), FALSE);
-
return ($msg);
}