#!/bin/sh
# prepatch, prebackout

# stop lmx.srv
if [ -f /etc/init.d/ms_srv ]
then
    /etc/init.d/ms_srv stop
fi

exit 0
