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"
Also, the "eend 1" in the start routine needs to be removed, because it trips
the init system's quality-assurance protocol.