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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Oct 18 11:32:31 2002


User:      racke
Date:      2002-10-18 15:31:35 GMT
Modified:  debian   Tag: STABLE_4_8-branch
Modified:           interchange-cat-foundation.config
Log:
merged changes 2.4 vs 2.5
+++ 2.5 +++
removed bashisms

Revision  Changes    Path
No                   revision



No                   revision



2.3.2.2   +3 -3      interchange/debian/interchange-cat-foundation.config


rev 2.3.2.2, prev_rev 2.3.2.1
Index: interchange-cat-foundation.config
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/debian/interchange-cat-foundatio=
n.config,v
retrieving revision 2.3.2.1
retrieving revision 2.3.2.2
diff -u -r2.3.2.1 -r2.3.2.2
--- interchange-cat-foundation.config	30 Jan 2002 23:55:06 -0000	2.3.2.1
+++ interchange-cat-foundation.config	18 Oct 2002 15:31:34 -0000	2.3.2.2
@@ -1,6 +1,6 @@
 #! /bin/sh -e
 #
-# Copyright 2001 by Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright 2001,2002 by Stefan Hornburg (Racke) <racke@linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 db_go
=20
 db_get interchange-cat-foundation/install
-if [ "$RET" =3D=3D "true" ]; then
+if [ "$RET" =3D "true" ]; then
 	db_input medium interchange-cat-foundation/purge  || [ $? -eq 30 ]
 	db_go
 	db_input high interchange-cat-foundation/username || [ $? -eq 30 ]
@@ -42,7 +42,7 @@
=20
 if [ -d /var/lib/interchange/catalogs/foundation ]; then
 	db_get interchange-cat-foundation/replace
-	if [ "$RET" =3D=3D "ask" ]; then
+	if [ "$RET" =3D "ask" ]; then
 		db_fset interchange-cat-foundation/confirm isdefault true
 		db_input critical interchange-cat-foundation/confirm=20
 		db_go