> I've installed the latest patch (2.3.99-pre9)
> I've done a make mrproper then make menuconfig
> manuconfig seems broken. He are the messages :
>
> Preparing scripts: functions, parsing....scripts/Menuconfig: ./MCmenu11: line
> 14: syntax error near unexpected token `fi'
> scripts/Menuconfig: ./MCmenu11: line 14: ` fi'
This if because of empty "if" in net/ipv6/netfilter/Config.in
Patch follows.
Regards
Andrzej
*****************************************************************
diff -u --recursive linux-2.3.99-pre9/net/ipv6/netfilter/Config.in linux/net/ipv6/netfilter/Config.in
--- linux-2.3.99-pre9/net/ipv6/netfilter/Config.in Wed May 24 12:15:50 2000
+++ linux/net/ipv6/netfilter/Config.in Wed May 24 12:17:57 2000
@@ -31,12 +31,12 @@
# The targets
dep_tristate ' Packet filtering' CONFIG_IP6_NF_FILTER $CONFIG_IP6_NF_IPTABLES
- if [ "$CONFIG_IP6_NF_FILTER" != "n" ]; then
+# if [ "$CONFIG_IP6_NF_FILTER" != "n" ]; then
# dep_tristate ' REJECT target support' CONFIG_IP6_NF_TARGET_REJECT $CONFIG_IP6_NF_FILTER
# if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
# dep_tristate ' MIRROR target support (EXPERIMENTAL)' CONFIG_IP6_NF_TARGET_MIRROR $CONFIG_IP6_NF_FILTER
# fi
- fi
+# fi
dep_tristate ' Packet mangling' CONFIG_IP6_NF_MANGLE $CONFIG_IP6_NF_IPTABLES
if [ "$CONFIG_IP6_NF_MANGLE" != "n" ]; then
*****************************************************************
-- ======================================================================= Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl phone (48)(58) 347 14 61 Faculty of Applied Phys. & Math., Technical University of Gdansk- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:11 EST