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:24:25 +0200	[thread overview]
Message-ID: <20200727182425.CWxePZVwXaFUKsMVSlWIsB7GJdjr_9aAh37b0ldNVno@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: 590 bytes --]

From e77a88b36bf3a9368a6ae85d20b9622ff2929762 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template
index b4b5eb5cf1d..d80ff28f484 100644
--- a/srcpkgs/monit/template
+++ b/srcpkgs/monit/template
@@ -23,7 +23,7 @@ pre_configure() {
 }
 
 post_install() {
-	vconf monitrc
+	vinstall monitrc 0700 "etc/monitrc"
 	vsv monit
 	vlicense COPYING
 }

  reply	other threads:[~2020-07-27 18:24 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 ` zdykstra [this message]
2020-07-27 18:24 ` [PR PATCH] [Updated] " zdykstra
2020-07-27 18:28 ` zdykstra
2020-07-27 18:54 ` [PR PATCH] [Updated] " zdykstra
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=20200727182425.CWxePZVwXaFUKsMVSlWIsB7GJdjr_9aAh37b0ldNVno@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).