Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626958 - sci-misc/boinc-7.6.33-r5 typos in /etc/init.d/boinc
Summary: sci-misc/boinc-7.6.33-r5 typos in /etc/init.d/boinc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Eden
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-03 08:20 UTC by peter@prh.myzen.co.uk
Modified: 2017-08-22 10:12 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge.info,5.76 KB, application/x-info)
2017-08-03 08:20 UTC, peter@prh.myzen.co.uk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter@prh.myzen.co.uk 2017-08-03 08:20:30 UTC
Created attachment 487778 [details]
emerge --info

There are six instances of "eeror" instead of "eerror" in /etc/init.d/boinc.

No wonder I wasn't getting any indication of what's wrong with my installation!

$ grep -rw eeror /etc/init.d
/etc/init.d/boinc:                      eeror "Directory ${RUNTIMEDIR} could not be created!"
/etc/init.d/boinc:                      eeror "Changing ownership of '${RUNTIMEDIR}' to '${USER}:${GROUP}' failed!"
/etc/init.d/boinc:                      eeror "Symlinking '${sslcrt}' failed!"
/etc/init.d/boinc:                      eeror "Removing '${tgt}' failed!"
/etc/init.d/boinc:              eeror "Symlinking '${src}' to '${tgt}' failed!"

$ grep -w eerror /etc/init.d/boinc
                        eerror "'${sslcrt}' does not exist!"
                eerror "No boinc_client found!"
                eerror "No boinccmd program found!"

This is the same on two systems.
Comment 1 Sven Eden 2017-08-13 13:49:01 UTC
I'll fix that, thank you for the information.

...but it is strange that nobody (including me) stumbled over this earlier...
Comment 2 Sven Eden 2017-08-13 16:17:21 UTC
Pushed PR 5407

https://github.com/gentoo/gentoo/pull/5407
Comment 3 Sven Eden 2017-08-22 10:12:39 UTC
Merged; Fixed