Searched hist:151586 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/etc/rc.d/
H A Dpppdiff 151586 Sun Oct 23 14:06:53 MDT 2005 yar Don't be lazy, set the "command" variable even if
/etc/defaults/rc.conf will provide foo_program, too.
By specifying "command" we explicitly say that we're
going to rely on rc.subr(8) default methods, and
rc.subr(8) will take advantage of this soon.

The majority of our rc.d scripts already set "command"
if appropriate, so fix just the non-compliant handful.
H A Dsshddiff 151586 Sun Oct 23 14:06:53 MDT 2005 yar Don't be lazy, set the "command" variable even if
/etc/defaults/rc.conf will provide foo_program, too.
By specifying "command" we explicitly say that we're
going to rely on rc.subr(8) default methods, and
rc.subr(8) will take advantage of this soon.

The majority of our rc.d scripts already set "command"
if appropriate, so fix just the non-compliant handful.
/freebsd-10.2-release/sys/dev/ipmi/
H A Dipmi.cdiff 220614 Thu Apr 14 07:14:46 MDT 2011 ru Fixed firmware revision decoding:
- the major is 7-bit binary encoded
- the minor is BCD encoded

PR: kern/151586
MFC after: 3 days

Completed in 106 milliseconds