Bugzilla – Bug 112623
/etc/init.d/lsvpd not returning correct exit codes
Last modified: 2005-11-07 12:38:41 UTC
the # /etc/init.d/lsvpd start command returns bad exit code if something with /sbin/update-lsvpd-db goes wrong. E.i. lsvpd should check the exit code of update-lsvpd-db and then return with the appropriate exit code. Currently the implementation is such that "lsvpd start" always exits with 0.
have notified the maintainers, the errors in beta3 are due to the not aborted build. this part is fixed.
Created attachment 56581 [details] lsvpd.runlevel-exitcodes.patch
I have added this patch now.