Bug 16476 - Bug in /etc/rc.d/init.d/exim
Summary: Bug in /etc/rc.d/init.d/exim
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Powertools
Classification: Retired
Component: exim
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Powers
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-17 21:13 UTC by mal
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-17 21:32:35 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.