From 3b185ba05b013889fb9a4f02e530c8b1d734ac7d Mon Sep 17 00:00:00 2001 From: scottl Date: Wed, 1 Dec 2004 04:59:33 +0000 Subject: Remove the last vestiges of the userconfig option. None of this actually did anything, so this commit should be considered a NO-OP. --- sys/kern/tty_cons.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/kern') diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 0908eec..4842809 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -143,8 +143,7 @@ cninit(void) cn_mute = ((boothowto & (RB_MUTE |RB_SINGLE |RB_VERBOSE - |RB_ASKNAME - |RB_CONFIG)) == RB_MUTE); + |RB_ASKNAME)) == RB_MUTE); /* * Find the first console with the highest priority. -- cgit v1.1