Author: nwhitehorn
Date: Sat Jan 12 16:01:58 2013
New Revision: 245333
URL: http://svnweb.freebsd.org/changeset/base/245333

Log:
  Note that cpufreq(4) is not available on all hardware.
  
  PR:           bin/175139
  MFC after:    2 weeks

Modified:
  head/usr.sbin/bsdinstall/scripts/services

Modified: head/usr.sbin/bsdinstall/scripts/services
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/services   Sat Jan 12 15:58:20 2013        
(r245332)
+++ head/usr.sbin/bsdinstall/scripts/services   Sat Jan 12 16:01:58 2013        
(r245333)
@@ -45,7 +45,7 @@ DAEMONS=$(dialog --backtitle "FreeBSD In
        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>&-
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to