Fix for 1.3.96 config script

David Flood (dcflood@u.washington.edu)
Sat, 27 Apr 1996 11:55:55 -0700 (PDT)


1.3.96 has a bug in net/ipv4/Config.in This should fix it:

diff -u --recursive --new-file v1.3.96/net/ipv4/Config.in linux/net/ipv4/Config.in
--- v1.3.96/net/ipv4/Config.in Thu Apr 25 03:52:17 1996
+++ linux/net/ipv4/Config.in Sat Apr 27 11:25:34 1996
@@ -21,9 +21,9 @@
if [ "$CONFIG_NET_ALIAS" = "y" ]; then
tristate 'IP: aliasing support' CONFIG_IP_ALIAS
fi
-if [ "$CONFIG_KERNELD" = "y" ]; then
+#if [ "$CONFIG_KERNELD" = "y" ]; then
# bool 'IP: ARP daemon support (experimental)' CONFIG_ARPD
-fi
+#fi
comment '(it is safe to leave these untouched)'
bool 'IP: PC/TCP compatibility mode' CONFIG_INET_PCTCP
tristate 'IP: Reverse ARP' CONFIG_INET_RARP

=============================================================================
dcflood@u.washington.edu