Bug 5975

Summary: Log rotation fails for MARS-NWE
Product: [Retired] Red Hat Linux Reporter: glen.turner
Component: mars-nweAssignee: Bill Nottingham <notting>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1CC: rvokal
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: 1999-10-18 13:38: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 glen.turner 1999-10-15 04:27:39 UTC
/etc/logrotate.d/mars-nwe.log has wrong path to killall.

$ cd /etc/logrotate
$ diff -Naur mars-nwe.log mars-nwe.log.old

--- mars-nwe.log.old	Fri Oct 15 13:50:52 1999
+++ mars-nwe.log	Fri Oct 15 13:52:13 1999
@@ -2,6 +2,6 @@
     notifempty
     missingok
     postrotate
-	/usr/sbin/killall -HUP nwserv
+	/usr/bin/killall -HUP nwserv
     endscript
 }

$ rpm -q -f /etc/logrotate.d/mars-nwe.log
mars-nwe-0.99pl17-4

Comment 1 Bill Nottingham 1999-10-18 13:38:59 UTC
fixed in mars-nwe-0.99pl17-5, in Raw Hide.