Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d It's print_rc_metadata, not rc_print_metadata.



details:   https://anonhg.NetBSD.org/src/rev/ccf2732e0b89
branches:  trunk
changeset: 747369:ccf2732e0b89
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Sep 12 17:40:01 2009 +0000

description:
It's print_rc_metadata, not rc_print_metadata.

diffstat:

 etc/rc.d/bootconf.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 25fb9f90e881 -r ccf2732e0b89 etc/rc.d/bootconf.sh
--- a/etc/rc.d/bootconf.sh      Sat Sep 12 17:16:41 2009 +0000
+++ b/etc/rc.d/bootconf.sh      Sat Sep 12 17:40:01 2009 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index