--- tools/initdb Wed Nov 7 07:06:06 2001 +++ tools/initdb Thu Aug 15 17:17:19 2002 @@ -17,7 +17,7 @@ $SCHEMA_DIR ="etc"; $SCHEMA_FILE = "$SCHEMA_DIR/schema.pm"; #hmm -($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $ACTION) = @ARGV; +($DB_TYPE, $DB_HOME, $DB_HOST, $DB_PORT, $DB_DBA, $DB_DATABASE, $DB_DBA_PASSWORD, $ACTION) = @ARGV; if ($DEBUG) { @@ -71,6 +71,8 @@ # {{{ sub prompt_for_dba_password sub prompt_for_dba_password { + return if defined $DB_DBA_PASSWORD; + print "Enter the $DB_TYPE password for $DB_DBA: "; system "stty -echo"; @@ -107,7 +109,7 @@ If you have an existing RT 2.x installation, this will destroy all your data. i END - exit unless _yesno(); + # exit unless _yesno(); } ie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/math/lrng/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Switch to options helpersamdmi32019-05-131-5/+5
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
* MASTER_SITES cleanup.mat2015-05-141-3/+3
* cleanup plistbapt2014-12-211-1/+0
* Allow staging as a regular userantoine2014-09-121-0/+1
* Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-301-3/+3
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-1/+1
* Use stagingbf2014-07-031-10/+9
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* trim headers; switch to the new options format; fix builds after src r248751;bf2013-03-291-23/+22
* update to 20111031bf2011-11-281-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
* update to 20110622bf2011-06-241-1/+1
* Fix MASTER_SITE* and a commentbf2011-05-301-4/+4