head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.04.11.21.25.15;	author linimon;	state dead;
branches;
next	1.1;

1.1
date	2002.12.22.04.50.13;	author keichii;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove obsolete, expired versions of RT.  Use www/rt38 instead.
@
text
@--- 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();
 	
     }
     
@


1.1
log
@Add rt2 2.0.14,
rT is an industrial-grade ticketing system written
in Perl.

PR:		41701
Submitted by:	plasma
@
text
@@

