Stop me if you've heard this one ... it's the Y2K bug.
But seriously, several of the tests in sanity.sh (1.10.5) are failing
due to systems using 4 digit years for "2000" where 2 digit years are
expected. The tests are:

    admin-13
    admin-25
    admin-29

The fix is to search for: [0-9][0-9]\.
and change it to:         [0-9][0-9][0-9]*\.

The system this shows up on is a MIPS processor running Linux 2.0.34.

Hope this helps,
Craig.
[EMAIL PROTECTED]

Reply via email to