[PATCH 2.5.67] more aesthetics to fix menu awkwardness

From: Robert P. J. Day (rpjday@mindspring.com)
Date: Tue Apr 08 2003 - 19:29:11 EST


diff -Nru bk1/net/ipv4/netfilter/Kconfig rday-bk1/net/ipv4/netfilter/Kconfig
--- bk1/net/ipv4/netfilter/Kconfig 2003-04-07 13:32:26.000000000 -0400
+++ rday-bk1/net/ipv4/netfilter/Kconfig 2003-04-08 20:24:03.000000000 -0400
@@ -73,16 +73,6 @@
           If you want to compile it as a module, say M here and read
           <file:Documentation/modules.txt>. If unsure, say `Y'.
 
-config IP_NF_QUEUE
- tristate "Userspace queueing via NETLINK (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- help
- Netfilter has the ability to queue packets to user space: the
- netlink device can be used to access them using this driver.
-
- If you want to compile it as a module, say M here and read
- <file:Documentation/modules.txt>. If unsure, say `N'.
-
 config IP_NF_IPTABLES
         tristate "IP tables support (required for filtering/masq/NAT)"
         help
@@ -332,11 +322,6 @@
           If you want to compile it as a module, say M here and read
           <file:Documentation/modules.txt>. If unsure, say `N'.
 
-config IP_NF_NAT_NEEDED
- bool
- depends on IP_NF_CONNTRACK!=y && IP_NF_IPTABLES!=y && (IP_NF_COMPAT_IPCHAINS!=y && IP_NF_COMPAT_IPFWADM || IP_NF_COMPAT_IPCHAINS) || IP_NF_IPTABLES && IP_NF_CONNTRACK && IP_NF_NAT
- default y
-
 config IP_NF_TARGET_MASQUERADE
         tristate "MASQUERADE target support"
         depends on IP_NF_NAT
@@ -418,6 +403,11 @@
         default IP_NF_NAT if IP_NF_AMANDA=y
         default m if IP_NF_AMANDA=m
 
+config IP_NF_NAT_NEEDED
+ bool
+ depends on IP_NF_CONNTRACK!=y && IP_NF_IPTABLES!=y && (IP_NF_COMPAT_IPCHAINS!=y && IP_NF_COMPAT_IPFWADM || IP_NF_COMPAT_IPCHAINS) || IP_NF_IPTABLES && IP_NF_CONNTRACK && IP_NF_NAT
+ default y
+
 config IP_NF_MANGLE
         tristate "Packet mangling"
         depends on IP_NF_IPTABLES
@@ -533,6 +523,16 @@
           If you want to compile it as a module, say M here and read
           <file:Documentation/modules.txt>. If unsure, say `N'.
 
+config IP_NF_QUEUE
+ tristate "Userspace queueing via NETLINK (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ help
+ Netfilter has the ability to queue packets to user space: the
+ netlink device can be used to access them using this driver.
+
+ If you want to compile it as a module, say M here and read
+ <file:Documentation/modules.txt>. If unsure, say `N'.
+
 config IP_NF_ARPTABLES
         tristate "ARP tables support"
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:17 EST