Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zabbix:fix typo zabbix-agent
@ 2019-07-29 13:30 voidlinux-github
  2019-07-30 12:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-29 13:30 UTC (permalink / raw)
  To: ml

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

There is a new pull request by slartibartfas81 against master on the void-packages repository

https://github.com/slartibartfas81/void-packages-1 master
https://github.com/void-linux/void-packages/pull/13399

zabbix:fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]

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

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

From 3ef27be999cc1258a179d39c878dbfa2f34519e0 Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Mon, 29 Jul 2019 15:29:50 +0200
Subject: [PATCH] zabbix:fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

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

* Re: [PR PATCH] [Updated] zabbix:fix typo zabbix-agent
  2019-07-29 13:30 [PR PATCH] zabbix:fix typo zabbix-agent voidlinux-github
  2019-07-30 12:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-30 12:25 ` voidlinux-github
  2019-07-30 16:19 ` voidlinux-github
  2019-07-30 16:19 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30 12:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slartibartfas81/void-packages-1 master
https://github.com/void-linux/void-packages/pull/13399

zabbix:fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]

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

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

From 3ef27be999cc1258a179d39c878dbfa2f34519e0 Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Mon, 29 Jul 2019 15:29:50 +0200
Subject: [PATCH 1/2] zabbix:fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 60f1e0f206410418c8269ed8c9ddba2d1b61980a Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 14:25:17 +0200
Subject: [PATCH 2/2] zabbix:fix typo zabbix-agent

increased template version number
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..3c719a1d5df 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.1
+version=4.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

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

* Re: [PR PATCH] [Updated] zabbix:fix typo zabbix-agent
  2019-07-29 13:30 [PR PATCH] zabbix:fix typo zabbix-agent voidlinux-github
@ 2019-07-30 12:25 ` voidlinux-github
  2019-07-30 12:25 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30 12:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slartibartfas81/void-packages-1 master
https://github.com/void-linux/void-packages/pull/13399

zabbix:fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]

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

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

From 3ef27be999cc1258a179d39c878dbfa2f34519e0 Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Mon, 29 Jul 2019 15:29:50 +0200
Subject: [PATCH 1/2] zabbix:fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 60f1e0f206410418c8269ed8c9ddba2d1b61980a Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 14:25:17 +0200
Subject: [PATCH 2/2] zabbix:fix typo zabbix-agent

increased template version number
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..3c719a1d5df 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.1
+version=4.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

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

* Re: [PR PATCH] [Updated] zabbix:fix typo zabbix-agent
  2019-07-29 13:30 [PR PATCH] zabbix:fix typo zabbix-agent voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-30 16:19 ` voidlinux-github
@ 2019-07-30 16:19 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30 16:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slartibartfas81/void-packages-1 master
https://github.com/void-linux/void-packages/pull/13399

zabbix:fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]

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

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

From 3ef27be999cc1258a179d39c878dbfa2f34519e0 Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Mon, 29 Jul 2019 15:29:50 +0200
Subject: [PATCH 1/5] zabbix:fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 60f1e0f206410418c8269ed8c9ddba2d1b61980a Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 14:25:17 +0200
Subject: [PATCH 2/5] zabbix:fix typo zabbix-agent

increased template version number
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..3c719a1d5df 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.1
+version=4.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

From f700679f53f4f08e35c3ac9165cfdeb304474155 Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:17:59 +0200
Subject: [PATCH 3/5] Revert "zabbix:fix typo zabbix-agent"

This reverts commit 60f1e0f206410418c8269ed8c9ddba2d1b61980a.
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 3c719a1d5df..5119ab5fbca 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.2
+version=4.2.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

From 74538ed156302a80488273e6dc0438ff95a3baa0 Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:18:02 +0200
Subject: [PATCH 4/5] Revert "zabbix:fix typo zabbix-agent"

This reverts commit 3ef27be999cc1258a179d39c878dbfa2f34519e0.
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index badcd16daa5..d2ddae9360e 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 33bba24f2a906768d685476f89ac8f62d81f6e8a Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:19:45 +0200
Subject: [PATCH 5/5] zabbix:fix typo zabbix-agent

---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 srcpkgs/zabbix/template               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf
diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..9f6f0094773 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,7 +1,7 @@
 # Template file for 'zabbix'
 pkgname=zabbix
 version=4.2.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp
  --with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent

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

* Re: [PR PATCH] [Updated] zabbix:fix typo zabbix-agent
  2019-07-29 13:30 [PR PATCH] zabbix:fix typo zabbix-agent voidlinux-github
  2019-07-30 12:25 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-30 12:25 ` voidlinux-github
@ 2019-07-30 16:19 ` voidlinux-github
  2019-07-30 16:19 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-30 16:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slartibartfas81/void-packages-1 master
https://github.com/void-linux/void-packages/pull/13399

zabbix:fix typo zabbix-agent
cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]

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

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

From 3ef27be999cc1258a179d39c878dbfa2f34519e0 Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Mon, 29 Jul 2019 15:29:50 +0200
Subject: [PATCH 1/5] zabbix:fix typo zabbix-agent

cannot create PID file [/run/zabbix-agentd/zabbix_agentd.pid]
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 60f1e0f206410418c8269ed8c9ddba2d1b61980a Mon Sep 17 00:00:00 2001
From: slartibartfas81 <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 14:25:17 +0200
Subject: [PATCH 2/5] zabbix:fix typo zabbix-agent

increased template version number
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..3c719a1d5df 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.1
+version=4.2.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

From f700679f53f4f08e35c3ac9165cfdeb304474155 Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:17:59 +0200
Subject: [PATCH 3/5] Revert "zabbix:fix typo zabbix-agent"

This reverts commit 60f1e0f206410418c8269ed8c9ddba2d1b61980a.
---
 srcpkgs/zabbix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 3c719a1d5df..5119ab5fbca 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,6 +1,6 @@
 # Template file for 'zabbix'
 pkgname=zabbix
-version=4.2.2
+version=4.2.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp

From 74538ed156302a80488273e6dc0438ff95a3baa0 Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:18:02 +0200
Subject: [PATCH 4/5] Revert "zabbix:fix typo zabbix-agent"

This reverts commit 3ef27be999cc1258a179d39c878dbfa2f34519e0.
---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index badcd16daa5..d2ddae9360e 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf

From 33bba24f2a906768d685476f89ac8f62d81f6e8a Mon Sep 17 00:00:00 2001
From: Uli Bruckdorfer <uli@bruckdorfer-sr.de>
Date: Tue, 30 Jul 2019 18:19:45 +0200
Subject: [PATCH 5/5] zabbix:fix typo zabbix-agent

---
 srcpkgs/zabbix/files/zabbix-agent/run | 2 +-
 srcpkgs/zabbix/template               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zabbix/files/zabbix-agent/run b/srcpkgs/zabbix/files/zabbix-agent/run
index d2ddae9360e..badcd16daa5 100755
--- a/srcpkgs/zabbix/files/zabbix-agent/run
+++ b/srcpkgs/zabbix/files/zabbix-agent/run
@@ -1,3 +1,3 @@
 #!/bin/sh
-install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agent
+install -d -m0750 -o _zabbix_agent -g _zabbix_agent /run/zabbix-agentd
 chpst -u _zabbix_agent:_zabbix_agent zabbix_agentd -f -c /etc/zabbix_agentd.conf
diff --git a/srcpkgs/zabbix/template b/srcpkgs/zabbix/template
index 5119ab5fbca..9f6f0094773 100644
--- a/srcpkgs/zabbix/template
+++ b/srcpkgs/zabbix/template
@@ -1,7 +1,7 @@
 # Template file for 'zabbix'
 pkgname=zabbix
 version=4.2.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-libxml2 --with-gnutls --with-libcurl --with-net-snmp
  --with-mysql --enable-server --enable-ipv6 --with-ssh2 --enable-agent

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

end of thread, other threads:[~2019-07-30 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 13:30 [PR PATCH] zabbix:fix typo zabbix-agent voidlinux-github
2019-07-30 12:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30 12:25 ` voidlinux-github
2019-07-30 16:19 ` voidlinux-github
2019-07-30 16:19 ` voidlinux-github

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