head	1.2;
access;
symbols
	old_old_RELEASE_4_8_0:1.1
	old_old_RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.04.29.05.10.29;	author edwin;	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
@New port: devel/rt3

	RT is an industrial-grade ticketing system. It lets a group
	of people intelligently and efficiently manage requests
	submitted by a community of users. RT is used by systems
	administrators, customer support staffs, NOCs, developers
	and even marketing departments at over a thousand sites
	around the world.

PR:		ports/45905
Submitted by:	Autrijus Tang <autrijus@@autrijus.org>
@
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
@@

