Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154162 - gnustep-base: broken initscript
Summary: gnustep-base: broken initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-05 10:44 UTC by Moonz
Modified: 2006-12-05 11:50 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 Moonz 2006-11-05 10:44:50 UTC
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"
Comment 1 Hypnos 2006-11-19 04:09:48 UTC
Also, the "eend 1" in the start routine needs to be removed, because it trips the init system's quality-assurance protocol.
Comment 2 Fabian Groffen gentoo-dev 2006-12-05 11:50:51 UTC
fixed in CVS.

Thanks!