svn commit: r245333 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Jan 12 16:01:58 UTC 2013


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>&-
 


More information about the svn-src-all mailing list