[Rt-commit] r13112 - rt/branches/3.8-TESTING/sbin

ruz at bestpractical.com ruz at bestpractical.com
Tue Jun 10 10:41:49 EDT 2008


Author: ruz
Date: Tue Jun 10 10:41:48 2008
New Revision: 13112

Modified:
   rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in

Log:
* remove unsupported note from Oracle

Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	Tue Jun 10 10:41:48 2008
@@ -78,7 +78,7 @@
 
 unless (keys %args) {
     help();
-    exit(0);
+    exit(1);
 }
 
 # Set up defaults
@@ -167,8 +167,8 @@
 
     --with-mysql        Database interface for MySQL
     --with-postgresql   Database interface for PostgreSQL 
+    --with-oracle       Database interface for Oracle
     --with-sqlite       Database interface and driver for SQLite (unsupported)
-    --with-oracle       Database interface for oracle (unsupported)
 
     --with-standalone   Libraries needed to support the standalone simple pure perl server
     --with-forking      Libraries needed to support the standalone forking pure perl server


More information about the Rt-commit mailing list