Mailinglist Archive: yast-commit (650 mails)
| < Previous | Next > |
[yast-commit] r55318 - in /trunk/storage: libstorage/src/Volume.cc package/yast2-storage.changes
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Sun, 08 Feb 2009 19:53:38 -0000
- Message-id: <E1LWFil-0000Qj-0H@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Sun Feb 8 20:53:38 2009
New Revision: 55318
URL: http://svn.opensuse.org/viewcvs/yast?rev=55318&view=rev
Log:
- fixed path for xfs_growfs (bnc #473717)
Modified:
trunk/storage/libstorage/src/Volume.cc
trunk/storage/package/yast2-storage.changes
Modified: trunk/storage/libstorage/src/Volume.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/Volume.cc?rev=55318&r1=55317&r2=55318&view=diff
==============================================================================
--- trunk/storage/libstorage/src/Volume.cc (original)
+++ trunk/storage/libstorage/src/Volume.cc Sun Feb 8 20:53:38 2009
@@ -1261,7 +1261,7 @@
}
if( ret==0 )
{
- cmd = "/sbin/xfs_growfs " + quote(mpoint);
+ cmd = "/usr/sbin/xfs_growfs " + quote(mpoint);
c.execute( cmd );
if( c.retcode()!=0 )
{
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=55318&r1=55317&r2=55318&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Sun Feb 8 20:53:38 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Feb 08 20:52:18 CET 2009 - aschnell@xxxxxxx
+
+- fixed path for xfs_growfs (bnc #473717)
+
+-------------------------------------------------------------------
Fri Feb 06 11:04:35 CET 2009 - aschnell@xxxxxxx
- handle rounding and precision in size input fields (bnc #466304)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Sun Feb 8 20:53:38 2009
New Revision: 55318
URL: http://svn.opensuse.org/viewcvs/yast?rev=55318&view=rev
Log:
- fixed path for xfs_growfs (bnc #473717)
Modified:
trunk/storage/libstorage/src/Volume.cc
trunk/storage/package/yast2-storage.changes
Modified: trunk/storage/libstorage/src/Volume.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/Volume.cc?rev=55318&r1=55317&r2=55318&view=diff
==============================================================================
--- trunk/storage/libstorage/src/Volume.cc (original)
+++ trunk/storage/libstorage/src/Volume.cc Sun Feb 8 20:53:38 2009
@@ -1261,7 +1261,7 @@
}
if( ret==0 )
{
- cmd = "/sbin/xfs_growfs " + quote(mpoint);
+ cmd = "/usr/sbin/xfs_growfs " + quote(mpoint);
c.execute( cmd );
if( c.retcode()!=0 )
{
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=55318&r1=55317&r2=55318&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Sun Feb 8 20:53:38 2009
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Feb 08 20:52:18 CET 2009 - aschnell@xxxxxxx
+
+- fixed path for xfs_growfs (bnc #473717)
+
+-------------------------------------------------------------------
Fri Feb 06 11:04:35 CET 2009 - aschnell@xxxxxxx
- handle rounding and precision in size input fields (bnc #466304)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |