Note that cpufreq(4) is not available on all hardware.
PR: bin/175139 MFC after: 2 weeks
This commit is contained in:
parent
c36a1b5c66
commit
aa333a1880
@ -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>&-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user