monit: fix monitrc file mode

Fixes #23878
This commit is contained in:
Zach Dykstra 2020-07-27 13:21:57 -05:00 committed by Andrew J. Hesford
parent c6c0ff3af4
commit 6b1ceb5299

View File

@ -1,7 +1,7 @@
# Template file for 'monit'
pkgname=monit
version=5.27.0
revision=2
revision=3
build_style=gnu-configure
configure_args="
--with-ssl-dir=${XBPS_CROSS_BASE}/usr
@ -23,7 +23,7 @@ pre_configure() {
}
post_install() {
vconf monitrc
vinstall monitrc 0600 etc
vsv monit
vlicense COPYING
}