Bug 437846

Summary: Incorrect path to install_initd in scriptlets
Product: [Fedora] Fedora Reporter: David Walluck <dwalluck>
Component: torAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhide   
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: 2008-03-17 19:38:47 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 David Walluck 2008-03-17 18:36:47 UTC
The tor-lsb package calls

postinstall scriptlet (using /bin/sh):
/usr/lib/lsb/install_initd /etc/rc.d/init.d/tor
preuninstall scriptlet (using /bin/sh):
test "$1" != 0 || /usr/lib/lsb/remove_initd /etc/rc.d/init.d/tor

This is the case even on x86-64 where it should use /usr/lib64. The package
should be using %{_libdir}/lsb/install_initd instead.

Comment 1 Enrico Scholz 2008-03-17 19:38:47 UTC

*** This bug has been marked as a duplicate of 375361 ***

Comment 2 David Walluck 2008-03-17 19:47:15 UTC
Sorry, I didn't see that bug (presumably because it wasn't filed against the tor
package).