svn commit: r245949 - head/usr.sbin/watchdogd

Ian Lepore ian at FreeBSD.org
Sat Jan 26 22:01:01 UTC 2013


On Sat, 2013-01-26 at 16:52 -0500, Eitan Adler wrote:
> > @@ -188,7 +196,7 @@ watchdog_loop(void)
> >                         if (watchdog_onoff(0) == 0) {
> >                                 end_program = 2;
> >                         } else {
> > -                               warnx("Could not stop the watchdog, not exiting");
> > +                               warnx("Could not stop the watchdog, not exitting");
> 
> Are you sure?
> 
> 

Doh!  I had the same fix in two sandboxes, so naturally with 50:50 odds
I inevitably chose to commit from the outdated one.  Fix upcoming...

-- Ian




More information about the svn-src-all mailing list