Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf add a commented "options NETATALK"



details:   https://anonhg.NetBSD.org/src/rev/33ad0b33ec86
branches:  trunk
changeset: 514015:33ad0b33ec86
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 20 04:49:17 2001 +0000

description:
add a commented "options NETATALK"

diffstat:

 sys/arch/alpha/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6edf0c20092c -r 33ad0b33ec86 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Mon Aug 20 04:47:29 2001 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Mon Aug 20 04:49:17 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.189 2001/07/07 17:09:47 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.190 2001/08/20 04:49:17 mrg Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.189 $"
+#ident                 "GENERIC-$Revision: 1.190 $"
 
 maxusers 32
 
@@ -62,6 +62,7 @@
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
+#options       NETATALK        # AppleTalk protocol suite
 
 # 4.3BSD compatibility.  Should be optional, but necessary for now.
 options        COMPAT_43



Home | Main Index | Thread Index | Old Index