Github messages for voidlinux
 help / color / mirror / Atom feed
From: zdykstra <zdykstra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] monit: fix monitrc file mode
Date: Mon, 27 Jul 2020 20:54:18 +0200	[thread overview]
Message-ID: <20200727185418.N_l7w-a1bC3ylzbCljUhwAd267GE1kj0K93PgPRG9Mk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23878@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages monit
https://github.com/void-linux/void-packages/pull/23878

monit: fix monitrc file mode


A patch file from https://github.com/void-linux/void-packages/pull/23878.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-monit-23878.patch --]
[-- Type: text/x-diff, Size: 779 bytes --]

From f0e04b5e0321221b2c455ec9359e126292022f7b Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
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..8409b6f564e 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 0600 "etc/monitrc"
 	vsv monit
 	vlicense COPYING
 }

  parent reply	other threads:[~2020-07-27 18:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27 18:23 [PR PATCH] " zdykstra
2020-07-27 18:24 ` [PR PATCH] [Updated] " zdykstra
2020-07-27 18:24 ` zdykstra
2020-07-27 18:28 ` zdykstra
2020-07-27 18:54 ` zdykstra [this message]
2020-07-27 19:02 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200727185418.N_l7w-a1bC3ylzbCljUhwAd267GE1kj0K93PgPRG9Mk@z \
    --to=zdykstra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).