lkml.org 
[lkml]   [1996]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectFix for 1.3.96 config script
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


\
 
 \ /
  Last update: 2005-03-22 13:37    [W:0.035 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site