Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded/conf remove trailing whitespace from EOF



details:   https://anonhg.NetBSD.org/src/rev/ed4b4e212cbd
branches:  trunk
changeset: 784815:ed4b4e212cbd
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 10 16:06:24 2013 +0000

description:
remove trailing whitespace from EOF

diffstat:

 distrib/utils/embedded/conf/beagleboard.conf |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a35ec0a19f49 -r ed4b4e212cbd distrib/utils/embedded/conf/beagleboard.conf
--- a/distrib/utils/embedded/conf/beagleboard.conf      Sun Feb 10 15:56:57 2013 +0000
+++ b/distrib/utils/embedded/conf/beagleboard.conf      Sun Feb 10 16:06:24 2013 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: beagleboard.conf,v 1.7 2013/02/10 15:56:57 jmcneill Exp $
+# $NetBSD: beagleboard.conf,v 1.8 2013/02/10 16:06:24 christos Exp $
 # BeagleBoard customization script used by mkimage
 #
 board=beagleboard
-kernel="$src/sys/arch/evbarm/compile/obj/BEAGLEBOARD/netbsd.ub"
+kernel="$src/sys/arch/evbarm/compile/obj.evbarm/BEAGLEBOARD/netbsd.ub"
 
 . ${DIR}/conf/evbarm.conf
 
@@ -25,7 +25,7 @@
        customize_evbarm
        cat >> ${mnt}/etc/rc.conf << EOF
 mdnsd=YES
-EOF  
+EOF
 }
 
 populate() {



Home | Main Index | Thread Index | Old Index