Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2004 16:26:05 +0800 (CST)
From:      Leland Wang <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71582: typo in sysutils/estctrl/pkg-message
Message-ID:  <200409110826.i8B8Q5vH048263@bsd6.csie.ntu.edu.tw>
Resent-Message-ID: <200409110830.i8B8UW4F058993@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71582
>Category:       ports
>Synopsis:       typo in sysutils/estctrl/pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 08:30:32 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Leland Wang
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD bsd6.csie.ntu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #7: Fri Jul 9 12:00:24 CST 2004 root@bsd6.csie.ntu.edu.tw:/usr/obj/usr/src/sys/BSD-2G i386


	
>Description:
estctrl/pkg-messages says that the variables used to run the processor
at desired speed when on AC or battery power are est_speed_ac and
est_speed_battery, but the script actually uses estctrl_speed_ac
and estctrl_speed_battery.
	
>How-To-Repeat:
Install estctrl and follow pkg-message to set estctrl_enable="YES",
est_speed_ac="max", and est_speed_battery="min" in /etc/rc.conf. It
ignores est_speed_ac and est_speed_battery settings.
	
>Fix:
diff -urN estctrl.orig/pkg-message estctrl/pkg-message
--- estctrl.orig/pkg-message	Sat Sep 11 03:16:43 2004
+++ estctrl/pkg-message	Sat Sep 11 03:17:16 2004
@@ -2,6 +2,6 @@
 	echo 'estctrl_enable="YES"' >> /etc/rc.conf
 
 To run the processor at minimum or maximum frequency when on AC or 
-battery power, set the est_speed_ac or est_speed_battery variables
-to "min" or "max".
+battery power, set the estctrl_speed_ac or estctrl_speed_battery
+variables to "min" or "max".
 

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409110826.i8B8Q5vH048263>