[interchange-cvs] interchange - racke modified 2 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed May 28 20:25:01 2003


User:      racke
Date:      2003-05-29 00:24:22 GMT
Modified:  debian   interchange.init interchange.postinst
Log:
fixed GPG variable misnomers

Revision  Changes    Path
2.5       +2 -2      interchange/debian/interchange.init


rev 2.5, prev_rev 2.4
Index: interchange.init
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.init,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- interchange.init	30 Dec 2002 00:44:39 -0000	2.4
+++ interchange.init	29 May 2003 00:24:22 -0000	2.5
@@ -2,7 +2,7 @@
 #
 # interchange.init - Interchange start-stop script
 #
-# Copyright (C) 2000,2001,2002 Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright (C) 2000,2001,2002,2003 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
@@ -35,7 +35,7 @@
 USER=interchange
 . /etc/interchange/init.cfg
 
-if [ "$GPGDIR" ]; then
+if [ "$GPGHOME" ]; then
 	export GNUPGHOME=$GPGHOME
 fi
 



2.15      +2 -2      interchange/debian/interchange.postinst


rev 2.15, prev_rev 2.14
Index: interchange.postinst
===================================================================
RCS file: /var/cvs/interchange/debian/interchange.postinst,v
retrieving revision 2.14
retrieving revision 2.15
diff -u -r2.14 -r2.15
--- interchange.postinst	4 Apr 2003 17:01:34 -0000	2.14
+++ interchange.postinst	29 May 2003 00:24:22 -0000	2.15
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright 2001,2002 by Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright 2001,2002,2003 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
@@ -85,7 +85,7 @@
 echo DOCROOT=$RET >> $INITCFG
 
 db_get interchange/gpghome
-echo GPGHOME=$GPGHOME >> $INITCFG
+echo GPGHOME=$RET >> $INITCFG
 
 # 2. Settings which influence the global configuration
 # and make senses to be configured by debconf