Skip to content
Snippets Groups Projects
  1. Jan 24, 2010
  2. Jan 12, 2010
  3. Jan 11, 2010
  4. Jan 09, 2010
  5. Jan 05, 2010
    • Thomas Bächler's avatar
      Revert 1558dfbf and... · 7fd17e6d
      Thomas Bächler authored
      Revert 1558dfbf and 984cbd4e and depend on bash
      
      There was no proper upgrade path for these changes. This can be reconsidered once a clean upgrade path is provided.
      Compatibility with non-bash shells is not as important as backwards-compatibility of existing configurations.
      7fd17e6d
  6. Dec 13, 2009
  7. Dec 05, 2009
  8. Nov 27, 2009
  9. Nov 02, 2009
  10. Oct 08, 2009
  11. Sep 30, 2009
    • Thomas Bächler's avatar
      rootdelay check: Fix compatibility with other sh implementations than dash and... · 540664b9
      Thomas Bächler authored
      rootdelay check: Fix compatibility with other sh implementations than dash and make it more reliable
      
      The old implementation failed on bash and failed on both if rootdelay was not a number.
      The logic is now as follows:
      If "$rootdelay"="", then [ -z "${rootdelay}" ] is true
      If not, then the part after the || is executed - if ${rootdelay} is not a number, or is <0, then [ ${rootdelay} -ge 0 ] fails,
      and the test will return true due to the !. The previous implementation failed here, because [ ! ${rootdelay} -ge 0 ] returns false
      on error, while ! [ ${rootdelay} -ge 0 ] returns true on error.
      540664b9
  12. Sep 18, 2009
  13. Sep 04, 2009
  14. Sep 01, 2009
  15. Aug 05, 2009
  16. Jul 19, 2009
  17. Jun 07, 2009
  18. Jun 06, 2009
Loading