[yast-commit] r62576 - in /branches/SuSE-SLE-10-SP4-Branch/s390: VERSION package/yast2-s390.changes src/modules/Dump.ycp
Author: mzugec Date: Fri Oct 8 09:37:18 2010 New Revision: 62576 URL: http://svn.opensuse.org/viewcvs/yast?rev=62576&view=rev Log: error messages more verbose for dump module (bnc#525440) Modified: branches/SuSE-SLE-10-SP4-Branch/s390/VERSION branches/SuSE-SLE-10-SP4-Branch/s390/package/yast2-s390.changes branches/SuSE-SLE-10-SP4-Branch/s390/src/modules/Dump.ycp Modified: branches/SuSE-SLE-10-SP4-Branch/s390/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/s390/VERSION?rev=62576&r1=62575&r2=62576&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/s390/VERSION (original) +++ branches/SuSE-SLE-10-SP4-Branch/s390/VERSION Fri Oct 8 09:37:18 2010 @@ -1 +1 @@ -2.13.26 +2.13.27 Modified: branches/SuSE-SLE-10-SP4-Branch/s390/package/yast2-s390.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/s390/package/yast2-s390.changes?rev=62576&r1=62575&r2=62576&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/s390/package/yast2-s390.changes (original) +++ branches/SuSE-SLE-10-SP4-Branch/s390/package/yast2-s390.changes Fri Oct 8 09:37:18 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Oct 8 09:25:09 CEST 2010 - mzugec@suse.de + +- error messages more verbose for dump module (bnc#525440) +- 2.13.27 + +------------------------------------------------------------------- Fri Nov 6 10:02:23 CET 2009 - mzugec@suse.cz - dasd: display DIAG mode (bnc#551268) Modified: branches/SuSE-SLE-10-SP4-Branch/s390/src/modules/Dump.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP4-Branch/s390/src/modules/Dump.ycp?rev=62576&r1=62575&r2=62576&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP4-Branch/s390/src/modules/Dump.ycp (original) +++ branches/SuSE-SLE-10-SP4-Branch/s390/src/modules/Dump.ycp Fri Oct 8 09:37:18 2010 @@ -160,6 +160,15 @@ else if (ret == 2) // error description err = _("Support program not installed."); + else if (ret == 11) + // error description + err = _("Invalid or unuseable disk (fatal)."); + else if (ret == 12) + // error description + err = _("Minor error, can be corrected with -f."); + else if (ret == 13) + // error description + err = _("Missing support programs."); else // error description err = _("Error code from support program."); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn2.opensuse.org