Author: aschnell
Date: Fri Mar 30 17:05:38 2012
New Revision: 67839
URL: http://svn.opensuse.org/viewcvs/yast?rev=67839&view=rev
Log:
- moving x11 to unsupported since it was dropped in openSUSE
Added:
branches/unsupported/x11/
- copied from r67838, trunk/x11/
Removed:
trunk/x11/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Fri Mar 30 16:24:03 2012
New Revision: 67838
URL: http://svn.opensuse.org/viewcvs/yast?rev=67838&view=rev
Log:
Created tag stable-2_22_0 for sysconfig
Added:
tags/stable-2_22_0/sysconfig/
- copied from r67837, trunk/sysconfig/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: fehr
Date: Thu Mar 29 18:08:31 2012
New Revision: 67831
URL: http://svn.opensuse.org/viewcvs/yast?rev=67831&view=rev
Log:
patch proofread text back into ycp
Modified:
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/custom_part_check_generated.ycp
Modified: trunk/storage/package/yast2-storage.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.ch…
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Thu Mar 29 18:08:31 2012
@@ -1,6 +1,7 @@
-------------------------------------------------------------------
Thu Mar 29 12:14:35 CEST 2012 - fehr(a)suse.de
+- patch proofread text back into ycp
- prevent invalid size values in tmpfs size (bnc#754326)
-------------------------------------------------------------------
Modified: trunk/storage/storage/src/include/custom_part_check_generated.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/cust…
==============================================================================
--- trunk/storage/storage/src/include/custom_part_check_generated.ycp (original)
+++ trunk/storage/storage/src/include/custom_part_check_generated.ycp Thu Mar 29 18:08:31 2012
@@ -216,10 +216,9 @@
if( fat_system_mount || show_all_popups )
{
// popup text
- string message = _("You tried to mount a fat partition to one of
-the following mount points: / /usr /home /opt /var. This will very likely
-cause problems. Use a Linux file system, such as ext3 or ext4, for these mount
-points.
+ string message = _("You tried to mount a FAT partition to one of the following mount
+points: /, /usr, /home, /opt or /var. This will very likely cause problems.
+Use a Linux file system, such as ext3 or ext4, for these mount points.
Really use this setup?
");
@@ -231,7 +230,7 @@
if( fat_system_boot || show_all_popups )
{
// popup text
- string message = _("You tried to mount a fat partition to the
+ string message = _("You tried to mount a FAT partition to the
mount point /boot. This will very likely cause problems. Use a Linux file
system, such as ext3 or ext4, for this mount point.
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org