Bug 292251 - "service sendmail stop"
Summary: "service sendmail stop"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sendmail
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-16 01:49 UTC by Jonathan Kamens
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-24 14:55:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2007-09-16 01:49:07 UTC
With sendmail-8.14.1-4.1.fc8 and initscripts-8.56-1, "service sendmail stop"
doesn't.  The culprit appears to be this section of code in
/etc/rc.d/init.d/sendmail:

    stop)
	[ $running -ne 0 ] || exit 0
	stop
	RETVAL=$?
	;;

I believe it should say "&& exit 0" rather than "|| exit 0".

Comment 1 Thomas Woerner 2007-09-24 14:55:15 UTC
Fixed in rawhide in package sendmail-8.14.1-4.2.


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