mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
collect, organize and maintain network information. Submitted by: Nick Hilliard <nick@foobar.org>
11 lines
495 B
Text
11 lines
495 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
|