db_updater: Put parentheses back
[merlin.git] / op5build / preinstall
blob7460b086eb271068406660ba258d984fe2a69fb0
1 # If we're upgrading the module while Nagios makes a call
2 # into it, we'll end up with a core-dump due to some weirdness
3 # in dlopen(). If we're installing anew, we need to update the
4 # config and then restart. Either way, it's safe to stop it
5 # unconditionally here
6 sh /etc/init.d/monitor stop || :
7 sh /etc/init.d/monitor slay || :