First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 154162
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gnustep herd <gnustep@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Moonz <simon.lipp@insa-lyon.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 154162 depends on: Show dependency tree
Bug 154162 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-05 10:44 0000
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 From Hypnos 2006-11-19 04:09:48 0000 -------
Also, the "eend 1" in the start routine needs to be removed, because it trips
the init system's quality-assurance protocol.

------- Comment #2 From Fabian Groffen 2006-12-05 11:50:51 0000 -------
fixed in CVS.

Thanks!

First Last Prev Next    No search results available      Search page      Enter new bug