[yast-commit] r40612 - /trunk/storage/libstorage/src/Volume.cc
Author: fehr Date: Thu Aug 30 12:32:56 2007 New Revision: 40612 URL: http://svn.opensuse.org/viewcvs/yast?rev=40612&view=rev Log: restart boot.quota not in instsys Modified: trunk/storage/libstorage/src/Volume.cc Modified: trunk/storage/libstorage/src/Volume.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/Volume.cc?rev=40612&r1=40611&r2=40612&view=diff ============================================================================== --- trunk/storage/libstorage/src/Volume.cc (original) +++ trunk/storage/libstorage/src/Volume.cc Thu Aug 30 12:32:56 2007 @@ -2481,7 +2481,8 @@ if( c.retcode()!=0 ) ret = VOLUME_REMOUNT_FAILED; } - if( haveQuota(fstab_opt)!=haveQuota(orig_fstab_opt) ) + if( !cont->getStorage()->instsys() && + haveQuota(fstab_opt)!=haveQuota(orig_fstab_opt) ) { c.execute( "/etc/init.d/boot.quota restart" ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
fehr@svn.opensuse.org