[interchange-cvs] interchange - racke modified debian/interchange-cat-foundation.config

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jan 31 10:41:01 2002


User:      racke
Date:      2002-01-31 15:40:01 GMT
Modified:  debian   interchange-cat-foundation.config
Log:
merged changes 2.3 vs 2.3.2.1
+++ 2.3.2.1 +++
query username and password for UI superuser account in the foundation
catalog from the user via debconf

Revision  Changes    Path
2.4       +4 -0      interchange/debian/interchange-cat-foundation.config


rev 2.4, prev_rev 2.3
Index: interchange-cat-foundation.config
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchange-cat-foundation.config,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -r2.3 -r2.4
--- interchange-cat-foundation.config	12 Aug 2001 20:36:25 -0000	2.3
+++ interchange-cat-foundation.config	31 Jan 2002 15:40:00 -0000	2.4
@@ -28,6 +28,10 @@
 if [ "$RET" == "true" ]; then
 	db_input medium interchange-cat-foundation/purge  || [ $? -eq 30 ]
 	db_go
+	db_input high interchange-cat-foundation/username || [ $? -eq 30 ]
+	db_go
+	db_input high interchange-cat-foundation/password || [ $? -eq 30 ]
+	db_go
 else 
 	exit 0
 fi