Author: aschnell
Date: Fri Mar 27 10:56:23 2009
New Revision: 56437
URL: http://svn.opensuse.org/viewcvs/yast?rev=56437&view=rev
Log:
- use used_by_device instead of used_by in target map
Modified:
trunk/repair/src/OSRFstab.ycp
Modified: trunk/repair/src/OSRFstab.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/src/OSRFstab.ycp?rev=5643…
==============================================================================
--- trunk/repair/src/OSRFstab.ycp (original)
+++ trunk/repair/src/OSRFstab.ycp Fri Mar 27 10:56:23 2009
@@ -725,7 +725,7 @@
else
{
y2warning ("no entry for %1 found in the fstab",p);
- if (part["used_by"]:"" != "")
+ if (part["used_by_device"]:"" != "")
{
y2milestone ("it is a device used by other entity (e.g. LVM, EVMS, MD): ignoring");
return true;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Thu Mar 26 15:30:50 2009
New Revision: 56431
URL: http://svn.opensuse.org/viewcvs/yast?rev=56431&view=rev
Log:
Created tag stable-2_18_24 for network
Added:
tags/stable-2_18_24/network/
- copied from r56430, trunk/network/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Thu Mar 26 15:30:48 2009
New Revision: 56430
URL: http://svn.opensuse.org/viewcvs/yast?rev=56430&view=rev
Log:
Created tag stable-2_18_24
Added:
tags/stable-2_18_24/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org