diff options
author | vs <vs@FreeBSD.org> | 2005-10-24 16:37:27 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-24 16:37:27 +0800 |
commit | 012989751d8308c08d98fc29181f3684bc887ed0 (patch) | |
tree | a7b69872c5f5a03c971a36a55a55956e0c0e4412 | |
parent | d243fd28b3b2fe225d49fba2990fc6c93cefee75 (diff) | |
download | freebsd-ports-gnome-012989751d8308c08d98fc29181f3684bc887ed0.tar.gz freebsd-ports-gnome-012989751d8308c08d98fc29181f3684bc887ed0.tar.zst freebsd-ports-gnome-012989751d8308c08d98fc29181f3684bc887ed0.zip |
Enable SNMP and LDAP. Should be generally usefull and added value of
cluster-runs on this paths.
-rw-r--r-- | net-mgmt/netsaint-plugins/scripts/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure index e8acc1e40af9..6ca99ad75525 100644 --- a/net-mgmt/netsaint-plugins/scripts/configure +++ b/net-mgmt/netsaint-plugins/scripts/configure @@ -14,11 +14,11 @@ else Please select desired options:" -1 -1 16 \ QStat "Game server query support" OFF \ FPing "Support for non-flooding fast ping" OFF \ -NetSNMP "SNMP support" OFF \ +NetSNMP "SNMP support" ON \ Radiusclient "Radius support" OFF \ MySQL "MySQL support" OFF \ PostgreSQL "PostgreSQL support" OFF \ -OpenLDAP "OpenLDAP support" OFF \ +OpenLDAP "OpenLDAP support" ON \ 2> $tempfile retval=$? |