Bug 443790

Summary: smstools logrotate does not work properly
Product: [Fedora] Fedora EPEL Reporter: Tom Atkinson <mail>
Component: smstoolsAssignee: Marek Mahut <mmahut>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: el5   
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-12-20 12:37:32 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 Tom Atkinson 2008-04-23 11:19:05 UTC
Description of problem:

smstools logrotate does not work properly

Version-Release number of selected component (if applicable):

smstools-3.0.10-1.el5


Steps to Reproduce:
1. Observe a log rotation
  
Actual results:

smstools continues to write to old log file

Expected results:

smstools should write to the fresh log file

Additional info:

/etc/logrotate.d/smstools uses the wrong service name. It attempts to restart
'smstools' but the service is actually named 'smsd' so it fails.

Easy fix.

Comment 1 Marek Mahut 2008-04-24 06:22:21 UTC
Good catch, I'll update this soon.