Browse Source

ddb sysctl

OPENBSD_2_3
deraadt 26 years ago
parent
commit
02d7fc1400
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/etc/sysctl.conf

+ 4
- 3
src/etc/sysctl.conf View File

@ -1,6 +1,7 @@
# $OpenBSD: sysctl.conf,v 1.1 1998/02/05 09:54:37 deraadt Exp $
# $OpenBSD: sysctl.conf,v 1.2 1998/02/05 16:51:06 deraadt Exp $
# This files contains a list of sysctl options the user wants set at
# boot time.
# ie.
#net.inet.tcp.rfc1323=0 # TCP RFC1323 extensions (disable if tcp is slow)
#ddb.panic_ddb=0 # Do not drop into ddb on a kernel panic
#net.inet.tcp.rfc1323=0 # TCP RFC1323 extensions (disable if tcp is slow)
#ddb.panic=0 # Do not drop into ddb on a kernel panic
ddb.console=0 # Do not permit entry of ddb from the console

Loading…
Cancel
Save