Bug 6569 - service mailman stop doesn't work
Summary: service mailman stop doesn't work
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mailman (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Igor Muratov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 09:34 MSD by Andrei Astafiev
Modified: 2005-08-30 03:17 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Astafiev 2005-04-19 09:34:26 MSD
service mailman stop doesn't work

Patch:

--- mailman.orig	2005-04-17 14:34:06 +0400
+++ mailman	2005-04-17 14:33:39 +0400
@@ -42,7 +42,7 @@
 {
 	action "Shutting down mailman:" $MAILMANCTL stop
 	RETVAL=$?
-	[ $RETVAL -eq 0 ] && rm -f "$LOCKFILE $MAILMANPID"
+	[ $RETVAL -eq 0 ] && rm -f "$LOCKFILE" "$MAILMANPID"
 	return $RETVAL
 }
Comment 1 Igor Muratov 2005-05-03 10:01:52 MSD
Исправлено в 2.1.6rc2-alt1