svn commit: r212472 - stable/8/usr.sbin/powerd

Bruce Cran bruce at cran.org.uk
Sat Sep 11 14:53:37 UTC 2010


On Saturday 11 September 2010 15:34:16 Bruce Cran wrote:
> Author: brucec
> Date: Sat Sep 11 14:34:16 2010
> New Revision: 212472
> URL: http://svn.freebsd.org/changeset/base/212472
> 
> Log:
>   MFC r211415:
> 
>   Add -m and -M options to control the minimum and maximum frequency.
> 
>   PR:		bin/145063
>   Submitted by:	Boris Kochergin <spawk at acm.poly.edu>
>   Approved by:	rrs (mentor)
> 
> Modified:
>   stable/8/usr.sbin/powerd/powerd.8
>   stable/8/usr.sbin/powerd/powerd.c
> Directory Properties:
>   stable/8/usr.sbin/powerd/   (props changed)
> 
> [...]
> +	int ch, mode, mode_ac, mode_battery, mode_none, idle;
> [...]
> +	idle = 0;

'idle' shouldn't have been merged here. I'll fix it in a followup checkin.

-- 
Bruce Cran


More information about the svn-src-all mailing list