Bug 174505 - mail-filter/sqlgrey init script needs eend $? added
|
Bug#:
174505
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: net-mail@gentoo.org
|
Reported By: candrews@integralblue.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: mail-filter/sqlgrey init script needs eend $? added
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-04-13 18:43 0000
|
Baselayout-2 seems to be a little more picky about its init scripts.
sqlgrey will start, but rc-status will report it to be stopped, unless you
change the "eend" lines to "eend $?"
After that change (only 2 lines) sqlgrey runs fine, and rc-status shows the
correct status.
Thanks!
Don't hesitate to CC: me. The gentoo init scripts is part of the original
distribution.
I'll add this to my CVS, but it's too bad that I learn this only moments after
releasing versions in both the stable and development branch.
Or maybe should I remove the init script from the tar.bz2 and let Gentoo
developpers handle this with the ebuild installing a separate init file?
(In reply to comment #2)
> Or maybe should I remove the init script from the tar.bz2 and let Gentoo
> developpers handle this with the ebuild installing a separate init file?
Having an init script maintained upstream ++
This is fixed in 1.7.6 in the meantime.