Displaying 1 result from an estimated 1 matches for "reg_restarttimer".
2006 Jun 09
0
Cleaned up belkinunv diff
...k to the original behaviour.");
    } else {
        upslogx(LOG_WARNING, "belkinunv: WARNING: You are using the -k 
option, which is broken for this driver.");
    }
    upslogx(LOG_WARNING, "Shutting down for 10 minutes and hoping for the 
best");
    belkin_nut_write_int(REG_RESTARTTIMER, 10); /* 10 minutes */
    belkin_nut_write_int(REG_SHUTDOWNTIMER, 1); /* 1 second */
}
The cleaned up version is a lot easier to source-read and I think it's more 
robust too.
Jo Turner
  -)O(-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: belkinunv_wai...