Tweak rpm/mongo.spec's "postun" action. Maybe addresses SERVER-1254
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user