Bug 31097

Summary: xconfig typo and fix - kernel-source-2.4.1-0.1.9
Product: [Retired] Red Hat Linux Reporter: R P Herrold <herrold>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-08 20:43:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description R P Herrold 2001-03-08 20:43:08 UTC
make xconfig yields a syntax error at line 9 of the indicated file
 
>From /usr/src/linux
diff net/ipv4/netfilter/ip_vs/Config.in
net/ipv4/netfilter/ip_vs/Config.in.orig
 
yields
9c9
< if [ "$CONFIG_IP_VS" = "m" ]; then
---
> if [ "$CONFIG_IP_VS" == "m" ]; then

Comment 1 Bill Nottingham 2001-03-08 21:30:12 UTC

*** This bug has been marked as a duplicate of 29846 ***