From 0e1a5490be64bb82bab5c223bdbd30f38eaa489f Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Fri, 9 Jul 2010 10:02:36 -0400 Subject: [PATCH] Tweak rpm/mongo.spec's "postun" action. Maybe addresses SERVER-1254 --- rpm/mongo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/mongo.spec b/rpm/mongo.spec index c57e3493972..0c142f308d5 100644 --- a/rpm/mongo.spec +++ b/rpm/mongo.spec @@ -91,7 +91,7 @@ fi %postun server if test $1 -ge 1 then - /sbin/service mongod stop >/dev/null 2>&1 || : + /sbin/service mongod condrestart >/dev/null 2>&1 || : fi %files