Module Name: src
Committed By: garbled
Date: Wed Mar 20 14:47:21 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: rpi_inst.conf
Log Message:
Fix an empty shell function here, per Greg Troxel. Apparently empty shell
functions are not 100% portable.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/conf/rpi_inst.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/rpi_inst.conf
diff -u src/distrib/utils/embedded/conf/rpi_inst.conf:1.1 src/distrib/utils/embedded/conf/rpi_inst.conf:1.2
--- src/distrib/utils/embedded/conf/rpi_inst.conf:1.1 Tue Mar 19 22:16:53 2013
+++ src/distrib/utils/embedded/conf/rpi_inst.conf Wed Mar 20 14:47:20 2013
@@ -1,4 +1,4 @@
-# $NetBSD: rpi_inst.conf,v 1.1 2013/03/19 22:16:53 garbled Exp $
+# $NetBSD: rpi_inst.conf,v 1.2 2013/03/20 14:47:20 garbled Exp $
# Raspberry Pi customization script used by mkimage
#
@@ -65,6 +65,7 @@ EOF
}
make_fstab_evbarm() {
+:
}
customize_evbarm() {