Module Name:    src
Committed By:   christos
Date:           Sun Feb 10 16:06:25 UTC 2013

Modified Files:
        src/distrib/utils/embedded/conf: beagleboard.conf

Log Message:
remove trailing whitespace from EOF


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/embedded/conf/beagleboard.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/embedded/conf/beagleboard.conf
diff -u src/distrib/utils/embedded/conf/beagleboard.conf:1.7 src/distrib/utils/embedded/conf/beagleboard.conf:1.8
--- src/distrib/utils/embedded/conf/beagleboard.conf:1.7	Sun Feb 10 10:56:57 2013
+++ src/distrib/utils/embedded/conf/beagleboard.conf	Sun Feb 10 11:06:24 2013
@@ -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() {
 	customize_evbarm
 	cat >> ${mnt}/etc/rc.conf << EOF
 mdnsd=YES
-EOF  
+EOF
 }
 
 populate() {

Reply via email to