summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
committerscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
commit3b185ba05b013889fb9a4f02e530c8b1d734ac7d (patch)
tree719336249a200cf5775895b7f48a80bbb7459fb3 /sys/dev/syscons
parentbbfe6568e2f0be5145349496b27f9de33b6e67b8 (diff)
downloadFreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.zip
FreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.tar.gz
Remove the last vestiges of the userconfig option. None of this actually
did anything, so this commit should be considered a NO-OP.
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index f92d2fb..3c7eb23 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -1865,7 +1865,7 @@ scsplash_callback(int event, void *arg)
if (add_scrn_saver(scsplash_saver) == 0) {
sc->flags &= ~SC_SAVER_FAILED;
run_scrn_saver = TRUE;
- if (cold && !(boothowto & (RB_VERBOSE | RB_CONFIG))) {
+ if (cold && !(boothowto & RB_VERBOSE)) {
scsplash_stick(TRUE);
(*current_saver)(sc, TRUE);
}
OpenPOWER on IntegriCloud