[Debian-ha-svn-commits] [SCM] cluster suite Debian packaging branch, master, updated. debian/3.0.2-5-3-ge825aa0

Guido Günther agx at sigxcpu.org
Mon Oct 19 19:25:59 UTC 2009


The following commit has been merged in the master branch:
commit e825aa08a8a2b085561cc96a29ad18e0450ea941
Author: Guido Günther <agx at sigxcpu.org>
Date:   Mon Oct 19 21:24:39 2009 +0200

    adjust debconf note to cluster 3

diff --git a/debian/cman.preinst b/debian/cman.preinst
index 92a1712..950e2d6 100644
--- a/debian/cman.preinst
+++ b/debian/cman.preinst
@@ -6,7 +6,7 @@ case $1 in
 	upgrade)
 		. /usr/share/debconf/confmodule
 		db_version 2.0
-		if dpkg --compare-versions "$2" lt 2.0 ; then
+		if dpkg --compare-versions "$2" lt 3.0.0~ ; then
 			db_fset cman/upgrade-warning seen false
 			db_input critical cman/upgrade-warning || true
 			db_go
@@ -14,8 +14,6 @@ case $1 in
 			db_get cman/upgrade-warning
 			if [ "$RET" = "true" ] ; then
 				echo "Aborting cman installation."
-				echo " For upgrade instructions, please refer to" 
-				echo "http://wiki.debian.org/UpgradeRHCSV1toV2"
 				exit 1
 			fi
 		fi
diff --git a/debian/cman.templates b/debian/cman.templates
index 1aebe79..170671a 100644
--- a/debian/cman.templates
+++ b/debian/cman.templates
@@ -2,10 +2,7 @@ Template: cman/upgrade-warning
 Type: boolean
 Default: false
 _Description: Do you want to abort Red Hat Cluster Suite upgrade?
- The new version 2.0 of the Red Hat Cluster Suite is not compatible with 
+ The new version 3 of the Red Hat Cluster Suite is not compatible with
  the currently installed one. Upgrading these packages without stopping 
  the complete cluster can cause file system corruption on shared storage 
  devices.
- .
- For instructions on how to safely upgrade the Red Hat Cluster Suite to
- version 2.0, please refer to http://wiki.debian.org/UpgradeRHCSV1toV2.

-- 
cluster suite Debian packaging



More information about the Debian-ha-svn-commits mailing list