Module Name: src
Committed By: apb
Date: Sat Sep 12 17:40:01 UTC 2009
Modified Files:
src/etc/rc.d: bootconf.sh
Log Message:
It's print_rc_metadata, not rc_print_metadata.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/rc.d/bootconf.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/bootconf.sh
diff -u src/etc/rc.d/bootconf.sh:1.12 src/etc/rc.d/bootconf.sh:1.13
--- src/etc/rc.d/bootconf.sh:1.12 Fri Sep 11 18:17:43 2009
+++ src/etc/rc.d/bootconf.sh Sat Sep 12 17:40:01 2009
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: bootconf.sh,v 1.12 2009/09/11 18:17:43 apb Exp $
+# $NetBSD: bootconf.sh,v 1.13 2009/09/12 17:40:01 apb Exp $
#
# PROVIDE: bootconf
@@ -67,7 +67,7 @@
fi
done
- rc_print_metadata "note:Using configuration \"${conf}\""
+ print_rc_metadata "note:Using configuration \"${conf}\""
case $conf in
current|default)