kill accidental 'options MSGBUFSIZE...' that crept in to rev 1.89.

while a larger message buffer size might be a good idea (even as the
default), the existing definition here was way too large and was, in
fact, accidental!
This commit is contained in:
cgd 1999-01-25 05:10:03 +00:00
parent 177a852ae8
commit c9d7f12836
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.106 1999/01/23 15:35:21 drochner Exp $
# $NetBSD: INSTALL,v 1.107 1999/01/25 05:10:03 cgd Exp $
#
# INSTALL - Installation kernel.
#
@ -68,8 +68,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
#options LKM # loadable kernel modules
options MSGBUFSIZE="(128 * 1024)"
# Diagnostic/debugging support options
#options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support