Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 08:18:41 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163338 for review
Message-ID:  <200906020818.n528IfDX080627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163338

Change 163338 by trasz@trasz_victim on 2009/06/02 08:18:32

	I need IPSEC for stuff unrelated to HRL; add IPSEC to the kernel
	config file, so I don't have to switch trees.

Affected files ...

.. //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#3 edit

Differences ...

==== //depot/projects/soc2009/trasz_limits/sys/i386/conf/GENERIC#3 (text+ko) ====

@@ -32,6 +32,9 @@
 #
 # env		"GENERIC.env"
 
+options		IPSEC
+device		crypto
+
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 
 options 	SCHED_ULE		# ULE scheduler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906020818.n528IfDX080627>