Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] monit: fix monitrc file mode
@ 2020-07-27 18:23 zdykstra
  2020-07-27 18:24 ` [PR PATCH] [Updated] " zdykstra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: zdykstra @ 2020-07-27 18:23 UTC (permalink / raw)
  To: ml

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

There is a new 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 f053cc25f57c97fd622adab5561c69d3f8a3b33b 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
 }

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-27 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 18:23 [PR PATCH] monit: fix monitrc file mode 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 ` [PR PATCH] [Updated] " zdykstra
2020-07-27 19:02 ` [PR PATCH] [Closed]: " ahesford

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).