summaryrefslogtreecommitdiff
path: root/rpm
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-07-09 10:02:36 -0400
committerRichard Kreuter <richard@10gen.com>2010-07-09 10:02:36 -0400
commit0e1a5490be64bb82bab5c223bdbd30f38eaa489f (patch)
treea7bf441998ad5bdc1dd5d7051854ce606825f6af /rpm
parent86fdb792ac61de0abde8337dc5d06f467d396347 (diff)
downloadmongo-0e1a5490be64bb82bab5c223bdbd30f38eaa489f.tar.gz
Tweak rpm/mongo.spec's "postun" action. Maybe addresses SERVER-1254
Diffstat (limited to 'rpm')
-rw-r--r--rpm/mongo.spec2
1 files changed, 1 insertions, 1 deletions
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