Note that cpufreq(4) is not available on all hardware.

PR:		bin/175139
MFC after:	2 weeks
This commit is contained in:
Nathan Whitehorn 2013-01-12 16:01:58 +00:00
parent c36a1b5c66
commit aa333a1880

View File

@ -45,7 +45,7 @@ DAEMONS=$(dialog --backtitle "FreeBSD Installer" \
sshd "Secure shell daemon" ${sshd_enable:-off} \
moused "PS/2 mouse pointer on console" ${moused_enable:-off} \
ntpd "Synchronize system and network time" ${ntpd_enable:-off} \
powerd "Adjust CPU frequency dynamically" ${powerd_enable:-off} \
powerd "Adjust CPU frequency dynamically if supported" ${powerd_enable:-off} \
2>&1 1>&3)
exec 3>&-