Bug 112623

Summary: /etc/init.d/lsvpd not returning correct exit codes
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Martin Mrazik <mmrazik>
Component: BasesystemAssignee: Olaf Hering <ohering>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: SUSE Linux 10.1   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 97395    
Attachments: lsvpd.runlevel-exitcodes.patch

Description Martin Mrazik 2005-08-24 07:29:55 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.
Comment 1 Olaf Hering 2005-08-26 09:28:34 UTC
have notified the maintainers, the errors in beta3 are due to the not aborted
build. this part is fixed.
Comment 2 Olaf Hering 2005-11-07 12:38:06 UTC
Created attachment 56581 [details]
lsvpd.runlevel-exitcodes.patch
Comment 3 Olaf Hering 2005-11-07 12:38:41 UTC
I have added this patch now.