diff options
Diffstat (limited to 'net-mgmt')
-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=$? |