| Summary: | gnustep-base: broken initscript | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Moonz <simon.lipp> |
| Component: | New packages | Assignee: | Gentoo Gnustep project <gnustep> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Also, the "eend 1" in the start routine needs to be removed, because it trips the init system's quality-assurance protocol. fixed in CVS. Thanks! |
Two problems in this /etc/init.d/gnustep: - Problem at /etc/init.d/gnustep start: * Starting GNUstep services ... [ ok ] * DO NOT USE EXIT IN INIT.D SCRIPTS * This IS a bug, please fix your broken init.d * ERROR: gnustep failed to start It seems that start() search for "Makefiles" in ${GNUSTEP_SYSTEM_ROOT} but it is in "${GNUSTEP_SYSTEM_ROOT}/Library" - Problem at /etc/init.d/gnustep stop stop() never succeed. I think the final "eend 1" should be replaced by "eend 0"