Date: Sat, 12 Jan 2013 16:10:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-sysinstall@FreeBSD.org Subject: Re: bin/175139: commit references a PR Message-ID: <201301121610.r0CGA1Eu083281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/175139; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301121610.r0CGA1Eu083281>
