Module Name: src
Committed By: apb
Date: Sun Sep 6 12:30:45 UTC 2009
Modified Files:
src/etc/rc.d: bootconf.sh
Log Message:
Delete a line that was accidentally included from work in progress.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/etc/rc.d/bootconf.sh:1.11
--- src/etc/rc.d/bootconf.sh:1.10 Sat Sep 5 16:24:03 2009
+++ src/etc/rc.d/bootconf.sh Sun Sep 6 12:30:45 2009
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: bootconf.sh,v 1.10 2009/09/05 16:24:03 apb Exp $
+# $NetBSD: bootconf.sh,v 1.11 2009/09/06 12:30:45 apb Exp $
#
# PROVIDE: bootconf
@@ -66,8 +66,6 @@
fi
done
- rc_print_metadata "note:Using configuration \"$conf\""
-
case $conf in
current|default)
;;