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
Description:   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!

------- Comment #1 From candrews@integralblue.com 2007-07-16 19:41:26 0000 -------
*poke*

------- Comment #2 From Lionel Bouton 2007-08-05 23:00:18 0000 -------
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?

------- Comment #3 From Tobias Scherbaum 2008-06-14 20:00:20 0000 -------
(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.