Enable bpf by default. There was no significant dissention to my proposal

of 2 weeks ago that this be done, and anyone who wishes to make bpf more
selective according to securelevel or compile-time options is more
than free to do so.
This commit is contained in:
Jordan K. Hubbard 1999-08-07 01:42:08 +00:00
parent e26c9de235
commit 0a729622af
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.177 1999/07/13 08:08:20 obrien Exp $
# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
machine i386
cpu I386_CPU
@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the legal and administrative consequences of enabling this!
#pseudo-device bpf 4 #Berkeley packet filter
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf 4 #Berkeley packet filter
# USB support
#controller uhci0 # UHCI PCI->USB interface

View File

@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.177 1999/07/13 08:08:20 obrien Exp $
# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
machine i386
cpu I386_CPU
@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the legal and administrative consequences of enabling this!
#pseudo-device bpf 4 #Berkeley packet filter
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf 4 #Berkeley packet filter
# USB support
#controller uhci0 # UHCI PCI->USB interface