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

Bug 74152

Summary: typo in /etc/init.d/net.* files (rc-scripts 1.6.*)
Product: Gentoo Linux Reporter: Federico Galassi <federico>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: major Keywords: InVCS
Priority: High    
Version: 2004.3   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 66472    

Description Federico Galassi 2004-12-11 18:15:08 UTC
i guess intalled should be installed

$ ls
rc-scripts-1.4.16/  rc-scripts-1.6.6/  rc-scripts-1.6.7/

$ grep -r intalled *
rc-scripts-1.6.6/init.d/net.lo:				[[ $( type -t 
${conf[0]}_check_intalled == function ) ]] && ${conf[0]}_check_installed true
rc-scripts-1.6.6/init.d/net.eth0:				[[ $( type -t ${conf[0]}_check_intalled == function ) ]] && ${conf[0]}_check_installed true
rc-scripts-1.6.7/init.d/net.lo:				[[ $( type -t ${conf[0]}_check_intalled == function ) ]] && ${conf[0]}_check_installed true
rc-scripts-1.6.7/init.d/net.eth0:				[[ $( type -t ${conf[0]}_check_intalled == function ) ]] && ${conf[0]}_check_installed true
Comment 1 Roy Marples (RETIRED) gentoo-dev 2004-12-12 02:47:28 UTC
Thanks for that - fixed in CVS.

Will be in baselayout-1.11.8
Comment 2 Roy Marples (RETIRED) gentoo-dev 2004-12-16 02:39:04 UTC
baselayout-1.11.8 is out