diff options
author | edwin <edwin@FreeBSD.org> | 2004-09-02 12:16:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-09-02 12:16:40 +0800 |
commit | aea3a16fa29823b402d43be4dc8f7a39dd991c03 (patch) | |
tree | 4e82bbc560e3a3a05fc6aafbe37a402da1ed9d50 /sysutils/Makefile | |
parent | 5bdfb65641c1c8b960258cb5c748712434ebabfd (diff) | |
download | freebsd-ports-gnome-aea3a16fa29823b402d43be4dc8f7a39dd991c03.tar.gz freebsd-ports-gnome-aea3a16fa29823b402d43be4dc8f7a39dd991c03.tar.zst freebsd-ports-gnome-aea3a16fa29823b402d43be4dc8f7a39dd991c03.zip |
[NEW PORT] sysutils/estctrl
This port provides a daemon for adjusting the cpu frequency
(using the Enhanced Speedstep module in sysutils/est) based
on the current cpu load and power source.
PR: ports/71270
Submitted by: Colin Percival <cperciva@daemonology.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4a1f147b4703..bac85dee6ea8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -111,6 +111,7 @@ SUBDIR += enteruser SUBDIR += eroaster SUBDIR += est + SUBDIR += estctrl SUBDIR += etcmerge SUBDIR += eventwatcher SUBDIR += extipl |