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

Bug 33479

Summary: runscript is not sourcing function.sh so rc_splash_update function is not defined
Product: Gentoo Linux Reporter: John Russell <jjrussell>
Component: [OLD] Core systemAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tove
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description John Russell 2003-11-14 13:36:50 UTC
When I plug in my wireless card it fails to initialize.  This is an excerpt from
the system log

 Nov 14 15:58:29 [cardmgr] + /sbin/runscript.sh: line 454: rc_splash_update:
command not found

If I edit the runscripts.sh file to include
source /sbin/functions.sh

at the top, all works fine.  I see this line in runscripts.sh

[ "${RC_GOT_FUNCTIONS}" != "yes" ] && source /sbin/functions.sh                 

but it doesn't appear that it is getting called.  

Reproducible: Always
Steps to Reproduce:
1. Plug in wireless card this may not be the only thing that causes this and may
not work all the time, although it does for me.  
2.check system log for  Nov 14 15:58:29 [cardmgr] + /sbin/runscript.sh: line
454: rc_splash_update: command not found


Actual Results:  
The runscripts.sh script exits with an error that the rc_splash_update function
can not be found.

Expected Results:  
The function should be defined when functions.sh is sourced, but that doesn't
appear to be happening.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-05-07 16:03:51 UTC

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