[Glibc-bsd-commits] r3273 - in trunk/kfreebsd-8/debian: . arch/amd64 arch/i386 arch/mipsel
Aurelien Jarno
aurel32 at alioth.debian.org
Sat Feb 19 21:44:02 UTC 2011
Author: aurel32
Date: 2011-02-19 21:44:01 +0000 (Sat, 19 Feb 2011)
New Revision: 3273
Modified:
trunk/kfreebsd-8/debian/arch/amd64/amd64.config
trunk/kfreebsd-8/debian/arch/i386/486.config
trunk/kfreebsd-8/debian/arch/i386/686-smp.config
trunk/kfreebsd-8/debian/arch/i386/686.config
trunk/kfreebsd-8/debian/arch/i386/xen.config
trunk/kfreebsd-8/debian/arch/mipsel/malta.config
trunk/kfreebsd-8/debian/changelog
Log:
* Enable CARP, PF and PFSYNC. Closes: #583848, #600061.
Modified: trunk/kfreebsd-8/debian/arch/amd64/amd64.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/amd64/amd64.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/amd64/amd64.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -18,4 +18,9 @@
options SC_PIXEL_MODE # add support for the raster text mode
options TEKEN_UTF8 # UTF-8 output handling
+# Network options
+device carp
+device pf
+device pfsync
+
include GENERIC
Modified: trunk/kfreebsd-8/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/486.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/i386/486.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -18,6 +18,11 @@
options SC_PIXEL_MODE # add support for the raster text mode
options TEKEN_UTF8 # UTF-8 output handling
+# Network options
+device carp
+device pf
+device pfsync
+
# Xbox support
options XBOX
device xboxfb
Modified: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -19,4 +19,9 @@
options SC_PIXEL_MODE # add support for the raster text mode
options TEKEN_UTF8 # UTF-8 output handling
+# Network options
+device carp
+device pf
+device pfsync
+
include GENERIC
Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -16,6 +16,11 @@
options SC_PIXEL_MODE # add support for the raster text mode
options TEKEN_UTF8 # UTF-8 output handling
+# Network options
+device carp
+device pf
+device pfsync
+
# Xbox support
options XBOX
device xboxfb
Modified: trunk/kfreebsd-8/debian/arch/i386/xen.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/xen.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/i386/xen.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -35,3 +35,8 @@
options SEMMNS=512
options SEMMNU=256
options SEMMAP=256
+
+# Network options
+device carp
+device pf
+device pfsync
Modified: trunk/kfreebsd-8/debian/arch/mipsel/malta.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/mipsel/malta.config 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/arch/mipsel/malta.config 2011-02-19 21:44:01 UTC (rev 3273)
@@ -13,3 +13,8 @@
options FDESCFS
options TMPFS
options QUOTA
+
+# Network options
+device carp
+device pf
+device pfsync
Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog 2011-02-19 17:59:24 UTC (rev 3272)
+++ trunk/kfreebsd-8/debian/changelog 2011-02-19 21:44:01 UTC (rev 3273)
@@ -22,8 +22,11 @@
* Add xen flavor on i386.
* Enable quota. Closes: #608995.
- -- Aurelien Jarno <aurel32 at debian.org> Mon, 21 Feb 2011 08:02:00 +0100
+ [ Aurelien Jarno ]
+ * Enable CARP, PF and PFSYNC. Closes: #583848, #600061.
+ -- Aurelien Jarno <aurel32 at debian.org> Sat, 19 Feb 2011 18:47:04 +0100
+
kfreebsd-8 (8.1+dfsg-7.1) unstable; urgency=high
* Non-maintainer upload (requested by Petr Salinger).
More information about the Glibc-bsd-commits
mailing list