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

* Re: [PR PATCH] [Updated] monit: fix monitrc file mode
  2020-07-27 18:23 [PR PATCH] monit: fix monitrc file mode zdykstra
@ 2020-07-27 18:24 ` zdykstra
  2020-07-27 18:24 ` zdykstra
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zdykstra @ 2020-07-27 18:24 UTC (permalink / raw)
  To: ml

[-- 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
 }

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

* Re: [PR PATCH] [Updated] monit: fix monitrc file mode
  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
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: zdykstra @ 2020-07-27 18:24 UTC (permalink / raw)
  To: ml

[-- 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 9f0241adb5e5f373c1c9dd6e23d4a2ece616c036 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..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
 }

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

* Re: monit: fix monitrc file mode
  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
  4 siblings, 0 replies; 6+ messages in thread
From: zdykstra @ 2020-07-27 18:28 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/23878#issuecomment-664563897

Comment:
`13:15 <wej> hi! when installing monit, the configuration file /etc/monitrc is installed with 644 permissions, which monit complains about: "The control file '/etc/monitrc' permission 0644 is wrong, maximum 0700 allowed". is the 644 permission intentional, if so, why?`

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

* Re: [PR PATCH] [Updated] monit: fix monitrc file mode
  2020-07-27 18:23 [PR PATCH] monit: fix monitrc file mode zdykstra
                   ` (2 preceding siblings ...)
  2020-07-27 18:28 ` zdykstra
@ 2020-07-27 18:54 ` zdykstra
  2020-07-27 19:02 ` [PR PATCH] [Closed]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: zdykstra @ 2020-07-27 18:54 UTC (permalink / raw)
  To: ml

[-- 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
 }

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

* Re: [PR PATCH] [Closed]: monit: fix monitrc file mode
  2020-07-27 18:23 [PR PATCH] monit: fix monitrc file mode zdykstra
                   ` (3 preceding siblings ...)
  2020-07-27 18:54 ` [PR PATCH] [Updated] " zdykstra
@ 2020-07-27 19:02 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-07-27 19:02 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

monit: fix monitrc file mode
https://github.com/void-linux/void-packages/pull/23878

Description:


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