Bug 527946 - dnsmasq initscript lsb compliance
Summary: dnsmasq initscript lsb compliance
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dnsmasq
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Douglas Schilling Landgraf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: InitScriptsProject 584009
TreeView+ depends on / blocked
 
Reported: 2009-10-08 11:05 UTC by Yulia Kopkova
Modified: 2011-08-28 19:30 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 584009 (view as bug list)
Environment:
Last Closed: 2011-08-28 19:30:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Yulia Kopkova 2009-10-08 11:05:37 UTC
Description of problem:

According to https://fedoraproject.org/wiki/Packaging/SysVInitScript dnsmasq
component init script have a few lsb compliance issues:

1. Init script should return code "4" if restarting service under
nonprivileged user:
# su testuserqa -c "service dnsmasq restart"; echo $?
Starting dnsmasq:                                          [FAILED]
1
now: 1 
expected: 4 

2. force-reload action should be supported  

3. init script should return code "2" on passing invalid argument
# service dnsmasq nonexist ; echo $?
Usage: /etc/init.d/dnsmasq {start|stop|restart|reload|condrestart|status}
1
now: 1
expected: 2

Comment 1 Itamar Reis Peixoto 2009-10-18 00:17:11 UTC
I think this need's to be fixed in initscript template.

https://fedoraproject.org/wiki/Packaging:SysVInitScript#Initscript_template

what do you think ?

Comment 2 Bug Zapper 2009-11-16 13:24:50 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Bug Zapper 2010-11-04 09:34:57 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Bug Zapper 2010-12-04 07:32:10 UTC
Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 6 Sandro Bonazzola 2011-02-17 12:39:41 UTC
Still present in Fedora 14.
The init script doesn't follow SysV Initscripts packaging guidelines:
https://fedoraproject.org/wiki/Packaging/SysVInitScript

Comment 7 Fedora Admin XMLRPC Client 2011-08-22 18:31:06 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 8 Douglas Schilling Landgraf 2011-08-28 19:30:58 UTC
The current dnsmasq package (F16) moved to systemd. 
I am closing this BZ for now, fell free to open it again if required.

commit a4a3c3269d60960a3cabeb78c4f9c5bf2116843d
Author: Patrick Laughton <jima>
Date:   Mon Aug 8 16:21:55 2011 -0500

    Applied Jóhann's patch, minor cleanup
    
    * Thu Jul 26 2011 Jóhann B. Guðmundsson <johannbg> - 2.52-3
    - Introduce systemd unit file, drop SysV support



Cheers
Douglas


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