Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33479 - runscript is not sourcing function.sh so rc_splash_update function is not defined
Summary: runscript is not sourcing function.sh so rc_splash_update function is not def...
Status: RESOLVED DUPLICATE of bug 33418
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-14 13:36 UTC by John Russell
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***