Author: fs
Date: Sun Dec 23 19:38:25 2007
New Revision: 10006

Log:
fix cman preinst and template
update po 


Modified:
   dists/trunk/redhat-cluster/redhat-cluster/debian/cman.preinst
   dists/trunk/redhat-cluster/redhat-cluster/debian/cman.templates
   dists/trunk/redhat-cluster/redhat-cluster/debian/po/templates.pot

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/cman.preinst
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/cman.preinst       
(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/cman.preinst       Sun Dec 
23 19:38:25 2007
@@ -12,7 +12,7 @@
                        db_go
                        
                        db_get cman/upgrade-warning
-                       if [ "$RET" = "false" ] ; then
+                       if [ "$RET" = "true" ] ; then
                                echo "Aborting cman installation."
                                echo " For upgrade instructions, please refer 
to" 
                                echo "http://wiki.debian.org/UpgradeRHCSV1toV2";

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/cman.templates
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/cman.templates     
(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/cman.templates     Sun Dec 
23 19:38:25 2007
@@ -1,7 +1,7 @@
 Template: cman/upgrade-warning
 Type: boolean
 Default: false
-Description: Do you want to abort now?
+_Description: Do you want to abort now?
  The new version 2.0 of the Red Hat Cluster Suite is not compatible with 
  the currently installed one. Upgrading these packages without stopping 
  the complete cluster can cause filesystem corruption on shared storage 

Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/po/templates.pot
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/po/templates.pot   
(original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/po/templates.pot   Sun Dec 
23 19:38:25 2007
@@ -7,8 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2007-12-03 02:12+0100\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2007-12-23 20:05+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -19,33 +19,28 @@
 #. Type: boolean
 #. Description
 #: ../cman.templates:1001
-msgid "Really upgrade Cluster Manager?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../cman.templates:1001
-msgid "An older version of cman installed on the system."
+msgid "Do you want to abort now?"
 msgstr ""
 
 #. Type: boolean
 #. Description
 #: ../cman.templates:1001
 msgid ""
-"The version that is going to be installed is *NOT* compatible with the old "
-"one and will break the cluster horribly if not upgraded properly."
+"The new version 2.0 of the Red Hat Cluster Suite is not compatible with  the "
+"currently installed one. Upgrading these packages without stopping  the "
+"complete cluster can cause filesystem corruption on shared storage  devices."
 msgstr ""
 
 #. Type: boolean
 #. Description
 #: ../cman.templates:1001
 msgid ""
-"Check https://wiki.debian.org/UpgradingClusterProcedure for the latest "
-"instructions on how to proceed."
+"For instructions on how to safely upgrade the Red Hat Cluster Suite to "
+"version 2.0, please refer to the following document:"
 msgstr ""
 
 #. Type: boolean
 #. Description
 #: ../cman.templates:1001
-msgid "Select OK if you wish to continue with the upgrade."
+msgid "http://wiki.debian.org/UpgradeRHCSV1toV2";
 msgstr ""

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to