New package: monit-5.11 (close #981)
This commit is contained in:
parent
8be6a3ff83
commit
156ce2b517
2 changed files with 20 additions and 0 deletions
2
srcpkgs/monit/files/monit/run
Normal file
2
srcpkgs/monit/files/monit/run
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec monit -I -c /etc/monit/monitrc 2>&1
|
18
srcpkgs/monit/template
Normal file
18
srcpkgs/monit/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'monit'
|
||||
pkgname=monit
|
||||
version=5.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="/etc/monit/monitrc"
|
||||
makedepends="pam-devel libressl-devel"
|
||||
short_desc="Utility for monitoring, processes, files, directories and devices"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="GPL-3"
|
||||
homepage="http://mmonit.com/monit/"
|
||||
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||
checksum=d507957b1e18e6f45af5a4d3f94529ab22b26f522f5f62287919bc905c44283a
|
||||
|
||||
post_install() {
|
||||
vinstall monitrc 700 etc/monit
|
||||
vsv monit
|
||||
}
|
Loading…
Reference in a new issue