| Summary: | spelling mistake in baselayout scripts | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Danilov <danilov> |
| Component: | [OLD] baselayout | Assignee: | Roy Marples (RETIRED) <uberlord> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | InVCS |
| Priority: | High | ||
| Version: | 2005.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Thanks for the patch, in our svn. Will be in -r1 Fixed in baselayout-1.12.0_pre16-r1 |
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.