mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
20 lines
984 B
Text
20 lines
984 B
Text
--- etc/Default.conf.orig 2011-06-18 23:45:16.519629047 +0100
|
|
+++ etc/Default.conf 2011-06-19 00:34:52.153707362 +0100
|
|
@@ -84,7 +84,7 @@
|
|
# should contain the binaries themselves, e.g. if "which mysql" gives
|
|
# "/usr/local/mysql/bin/mysql", $DB_HOME should be "/usr/local/mysql"
|
|
|
|
-DB_HOME => '/usr',
|
|
+DB_HOME => '%%LOCALPREFIX%%',
|
|
|
|
# Set DB_DBA to the name of a DB user with permission to create new databases
|
|
# Set DB_DBA_PASSWORD to that user's password (if you don't, you'll be prompted
|
|
@@ -221,7 +221,7 @@ SNMP_QUERY_TIMEOUT => 90, #
|
|
# Netdot shares a set of workable MIBs with the Netdisco project.
|
|
# The following variable specifies where the netdisco MIBs were installed in
|
|
# this system.
|
|
-SNMP_MIBS_PATH => '/usr/share/netdisco/mibs',
|
|
+SNMP_MIBS_PATH => '%%LOCALPREFIX%%/share/netdisco-mibs',
|
|
|
|
# Add or remove specific vendors as you see fit. Do not remove 'net-snmp' and 'rfc'
|
|
SNMP_MIB_DIRS => [ 'allied', 'arista', 'aruba', 'asante',
|