From 9f0241adb5e5f373c1c9dd6e23d4a2ece616c036 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 27 Jul 2020 13:21:57 -0500 Subject: [PATCH] monit: fix monitrc file mode --- srcpkgs/monit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index b4b5eb5cf1d..a01567fc439 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -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 0700 "etc/monitrc" vsv monit vlicense COPYING }