Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34837 - (baselayout) /sbin/rc syntax error (uses error instead of eerror?)
Summary: (baselayout) /sbin/rc syntax error (uses error instead of eerror?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 10:29 UTC by Keith Lea
Modified: 2003-12-14 10:02 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 Keith Lea 2003-12-01 10:29:22 UTC
Line 349 of /sbin/rc from baselayout 1.8.6.12-r2:

        source "/etc/init.d/${x}" || error "Failed to source /etc/init.d/${x}"

The command "error" is not used anywhere else in the file, so I think this is
supposed to be "eerror." When it's executed, bash says something like "syntax
error: error: command not found".

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-12-14 10:02:04 UTC
Fixed in CVS, thanks.