summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-01-12 16:01:58 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-01-12 16:01:58 +0000
commit06869490dedc635957de18958cbb53ad84132c36 (patch)
treeb9fef37f1f9e07a970095efa111bf87088b8fd3d /usr.sbin/bsdinstall
parent18c527acfc847d6a5523b902229bb0a11deddf78 (diff)
downloadFreeBSD-src-06869490dedc635957de18958cbb53ad84132c36.zip
FreeBSD-src-06869490dedc635957de18958cbb53ad84132c36.tar.gz
Note that cpufreq(4) is not available on all hardware.
PR: bin/175139 MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/services2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/services b/usr.sbin/bsdinstall/scripts/services
index 52aa57e..a4cfd46 100755
--- a/usr.sbin/bsdinstall/scripts/services
+++ b/usr.sbin/bsdinstall/scripts/services
@@ -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>&-
OpenPOWER on IntegriCloud