Tweak rpm/mongo.spec's "postun" action. Maybe addresses SERVER-1254

This commit is contained in:
Richard Kreuter
2010-07-09 10:02:36 -04:00
parent 86fdb792ac
commit 0e1a5490be

View File

@@ -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