Bug 528154 - xinetd initscript lsb compliance
Summary: xinetd initscript lsb compliance
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xinetd
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jan Zeleny
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: InitScriptsProject
TreeView+ depends on / blocked
 
Reported: 2009-10-09 12:07 UTC by Yulia Kopkova
Modified: 2009-10-12 10:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-12 10:56:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yulia Kopkova 2009-10-09 12:07:41 UTC
Description of problem:

According to https://fedoraproject.org/wiki/Packaging/SysVInitScript xinetd
component init script have one lsb compliance issue:

Init script should return code "4" if restarting service under nonprivileged user:
# su testuserqa -c "service xinetd restart"; echo $?
Stopping xinetd:                                           [FAILED]
Starting xinetd:                                           [  OK  ]
touch: cannot touch `/var/lock/subsys/xinetd': Permission denied
0

now: 0
expected: 4

Comment 1 Jan Zeleny 2009-10-12 10:56:04 UTC
Fix committed to rawhide, build ready. Now committing to F12.


Note You need to log in before you can comment on or make changes to this bug.