Bug 569933

Summary: using lsb utilities for init scripts has unfortunate sideeffects
Product: [Fedora] Fedora Reporter: Matthew Miller <mattdm>
Component: torAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: cassmodiah, rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-02 20:22:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Miller 2010-03-02 18:12:29 UTC
Using LSB utilities for the service init script seems admirable. Unfortunately, as noted recently on the Fedora devel list, redhat-lsb pulls in an unfortunate string of dependencies, including (but not limited to) many audio and video libraries, servers, and even applications.

As the comment in the spec about bug #522053 notes, the LSB stuff in fedora isn't apparently even working right anyway.

Since tor doesn't actually require any of that stuff, it would be much better to modify the init script to simply use the Fedora "SysVInit" standards directly.

http://fedoraproject.org/wiki/Packaging/SysVInitScript

Comment 1 Enrico Scholz 2010-03-02 20:17:58 UTC
is this really a problem in rawhide?  #472633#c10 implies that lsb-core does not pull in these deps anymore.

Comment 2 Matthew Miller 2010-03-02 20:22:07 UTC
You're right; sorry about that.