Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/distrib/utils/embedded/conf Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/1f50c34fbd47
branches:  netbsd-7
changeset: 798983:1f50c34fbd47
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Feb 14 07:20:48 2015 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #511):
        distrib/utils/embedded/conf/rpi.conf: revision 1.26
actually write cpufreq changes to ${mnt}/etc/rc.local instead of /tmp/a

diffstat:

 distrib/utils/embedded/conf/rpi.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 642d8eec046b -r 1f50c34fbd47 distrib/utils/embedded/conf/rpi.conf
--- a/distrib/utils/embedded/conf/rpi.conf      Sat Feb 14 07:16:53 2015 +0000
+++ b/distrib/utils/embedded/conf/rpi.conf      Sat Feb 14 07:20:48 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.24.4.1 2015/02/08 22:09:27 snj Exp $
+# $NetBSD: rpi.conf,v 1.24.4.2 2015/02/14 07:20:48 snj Exp $
 # Raspberry Pi customization script used by mkimage
 #
 
@@ -34,7 +34,7 @@
        # to match at boot time.
        #
        cp ${release}/etc/rc.local ${mnt}/etc/rc.local
-       cat > /tmp/a << EOF
+       cat >> ${mnt}/etc/rc.local << EOF
 if /sbin/sysctl -q machdep.cpu.frequency.max; then
        cpufreq_max=\$(/sbin/sysctl -n machdep.cpu.frequency.max)
        cpufreq_cur=\$(/sbin/sysctl -n machdep.cpu.frequency.current)



Home | Main Index | Thread Index | Old Index