Bug 247290

Summary: /etc/init.d/tor should use pidof and not pidofproc
Product: [Fedora] Fedora Reporter: Max Spevack <mspevack>
Component: torAssignee: Enrico Scholz <rh-bugzilla>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
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: 2007-07-07 08:37:08 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 Max Spevack 2007-07-06 18:09:50 UTC
service tor start looks ok, but it fails due to a typo in /etc/init.d/tor

do a "grep pidof /etc/init.d/tor

In order to make tor start (and stay up), I had to change "pidofproc" to "pidof"
on line 60 in /etc/init.d/tor

version 0.1.2.13

Comment 1 Enrico Scholz 2007-07-07 08:37:08 UTC

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