freebsd-ports/sysutils/est/pkg-message
Colin Percival 8968cce14b A much-needed cleanup of the portification of this code:
Remove PREFIX/modules directory if it doesn't contain other modules;
  use static plist (new file: pkg-plist).
  Switch to a modern USE_RC_SUBR (moved file: files/est.sh --> files/est.in).
  Silence install here and there.
  Fix IGNORE message.
  IGNORE if no kernel sources installed.
  Bump PORTREVISION for plist change.

PR:		ports/93985
Submitted by:	itetcu (who really needs to get a commit bit soon...)
2006-03-18 00:32:05 +00:00

8 lines
336 B
Plaintext

===============================================================================
To load the Enhanced Speedstep kernel module at boot:
echo 'est_enable="YES"' >> /etc/rc.conf
To log every change of CPU frequency:
echo 'est_verbose="YES"' >> /etc/rc.conf
===============================================================================