diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-07 07:20:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-07 07:20:32 +0000 |
commit | 64ecfb54d122a7455a27e1cb4635502dc4aa739b (patch) | |
tree | 21e3072f66a47efbfcaf0f30c78517233622e744 /sys/conf | |
parent | 7a9de1c98ac563756d1c260b02e6c1458f605151 (diff) |
and enc is not default either
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 105add4bd04..a60d62f867c 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 1999/04/07 06:45:39 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.46 1999/04/07 07:20:31 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -75,7 +75,7 @@ pseudo-device bpfilter 8 # packet filter pseudo-device sl 2 # CSLIP pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty -pseudo-device enc 1 # encryption device +#pseudo-device enc 1 # IPSEC needs the encryption device #pseudo-device strip 1 # Starmode Radio IP interface pseudo-device pty 64 # pseudo-terminals |