bin/175139: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Jan 12 16:10:01 UTC 2013


The following reply was made to PR bin/175139; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/175139: commit references a PR
Date: Sat, 12 Jan 2013 16:02:10 +0000 (UTC)

 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>&-
  
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-sysinstall mailing list