Parent Directory | Revision Log | Revision Graph
* Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme - avoid restoration on every reboot[SME: 9436] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. Thu Feb 14 2001 --> Thu Feb 08 2001 or Wed Feb 14 2001 or Thu Feb 15 2001 or .... Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... Sat Mar 07 2008 --> Sat Mar 01 2008 or Fri Mar 07 2008 or Sat Mar 08 2008 or .... Sat Oct 10 2010 --> Sat Oct 09 2010 or Sun Oct 10 2010 or Sat Oct 16 2010 or .... Tue Dec 02 2013 --> Tue Nov 26 2013 or Mon Dec 02 2013 or Tue Dec 03 2013 or .... Thu Mar 10 2014 --> Thu Mar 06 2014 or Mon Mar 10 2014 or Thu Mar 13 2014 or .... Fri Mar 11 2014 --> Fri Mar 07 2014 or Tue Mar 11 2014 or Fri Mar 14 2014 or ....
1 | unnilennium | 1.1 | diff -up e-smith-backup-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_restore.pm.normalreboot e-smith-backup-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_restore.pm |
2 | --- e-smith-backup-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_restore.pm.normalreboot 2016-02-04 18:08:22.000000000 -0500 | ||
3 | +++ e-smith-backup-2.6.0/root/usr/share/perl5/vendor_perl/esmith/console/perform_restore.pm 2016-04-13 11:13:55.847000000 -0400 | ||
4 | @@ -30,6 +30,7 @@ sub order | ||
5 | sub doit | ||
6 | { | ||
7 | my ($self, $console, $db) = @_; | ||
8 | + return if ($db->get_prop('bootstrap-console', 'Run') eq 'no'); # regular reboot | ||
9 | if ($db->get_prop('bootstrap-console', 'Run') eq 'yes') # called from bootstrap console | ||
10 | { | ||
11 | return if ($db->get_value('PasswordSet') eq 'yes'); # too late |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |