Bug 16476

Summary: Bug in /etc/rc.d/init.d/exim
Product: [Retired] Red Hat Powertools Reporter: mal
Component: eximAssignee: Tim Powers <timp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-17 21:32:35 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 mal 2000-08-17 21:13:43 UTC
There are a number of  bugs in /etc/rc.d/init.d/exim 

1. when doing stop I have

/etc/rc.d/init.d/exim stop
Shutting down exim:                                        [FAILED]
/etc/rc.d/init.d/exim: [: missing `]'

This is on line
[ $RETVAL = 0 ] rm -f /var/lock/subsys/exim

where && is missed before rm

2. there is an >  in 
if [ -f /var/lock/subsys/exim> ]; then
which should not be there.

Comment 1 Tim Powers 2000-08-17 21:32:33 UTC
Fixed the first item regarding the missing &&, the second item appears to have
been already fixed.

Tim