system/monit: Updated for version 5.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4cd9f92c1
commit
834f25d46a
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=monit
|
||||
VERSION=${VERSION:-5.18}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-5.19.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="monit"
|
||||
VERSION="5.18"
|
||||
VERSION="5.19.0"
|
||||
HOMEPAGE="https://mmonit.com/monit/"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.18.tar.gz"
|
||||
MD5SUM="a1bfac0fbb83439435f8616200d2364d"
|
||||
DOWNLOAD="https://mmonit.com/monit/dist/monit-5.19.0.tar.gz"
|
||||
MD5SUM="51ee50dd71e1bb9fe9a128bc88456b77"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -24,7 +24,7 @@ start() {
|
|||
|
||||
stop() {
|
||||
echo "Shutting down $desc ($prog)..."
|
||||
monit quit
|
||||
$prog -c $CONFIG quit
|
||||
return $?
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ reload() {
|
|||
}
|
||||
|
||||
status() {
|
||||
monit status
|
||||
$prog -c $CONFIG status
|
||||
return $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue