Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 113443

Summary: syntax error in '/lib/rcscripts/net.modules.d/ifconfig' script
Product: Gentoo Linux Reporter: Valery Kartel <droid>
Component: [OLD] baselayoutAssignee: Roy Marples (RETIRED) <uberlord>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Valery Kartel 2005-11-24 03:29:38 UTC
[sys-apps/baselayout-1.12.0_pre11]  
  
# /etc/ifplugd/ifplugd.action eth0 up  
/lib/rcscripts/net.modules.d/ifconfig: line 179: @: syntax error: operand  
expected (error token is "@")  
  
at lines 17[89]:  
        config="ifconfig_${ifvar}[@\]"  
        config=( "${!config}" )  
  
must be: 
        config="ifconfig_${ifvar}[@]" 
        config=( "${!config}" )
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-11-24 04:21:08 UTC

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