Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123136 - spelling mistake in baselayout scripts
Summary: spelling mistake in baselayout scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal
Assignee: Roy Marples (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-02-16 23:13 UTC by Alexander Danilov
Modified: 2006-02-17 07:05 UTC (History)
0 users

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 Alexander Danilov 2006-02-16 23:13:16 UTC
After emerging new version of baselayout (1.12.0_pre16) and enabling
RC_AUTO_INTERFACE="yes"
in /etc/conf.d/rc, an error report appears when starting/stopping net interfaces
 * Stopping ppp0
 *   Bringing down ppp0
 *     Stopping pppd on ppp0                                              [ ok ]
 *   Selecting best interface: eth0
/lib/rcscripts/net.modules.d/helpers.d/functions: line 77: contine: command not found

Changing line 77 in /lib/rcscripts/net.modules.d/helpers.d/functions
[[ ${file} == *".sv" ]] && contine
by the line
[[ ${file} == *".sv" ]] && continue
solves the problem.
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-02-17 02:49:16 UTC
Thanks for the patch, in our svn. Will be in -r1
Comment 2 Roy Marples (RETIRED) gentoo-dev 2006-02-17 07:05:18 UTC
Fixed in baselayout-1.12.0_pre16-r1