Github messages for voidlinux
 help / color / mirror / Atom feed
From: heittpr <heittpr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] net-snmp: add service
Date: Thu, 07 Oct 2021 05:26:04 +0200	[thread overview]
Message-ID: <20211007032604.E_MGQmBG6-1mnQLotSGkoJBkbZUjKCbaAKmACxQoQNI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33393@inbox.vuxu.org>

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

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

https://github.com/heittpr/void-packages net-snmp-run-script
https://github.com/void-linux/void-packages/pull/33393

net-snmp: add service
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-net-snmp-run-script-33393.patch --]
[-- Type: text/x-diff, Size: 1428 bytes --]

From 90bbce1203729c1a8ea4327d4410ee37520c3126 Mon Sep 17 00:00:00 2001
From: heitor <heitorleite.dev@gmail.com>
Date: Wed, 6 Oct 2021 20:04:38 -0300
Subject: [PATCH] net-snmp: add service

---
 srcpkgs/net-snmp/files/snmpd/log/run | 1 +
 srcpkgs/net-snmp/files/snmpd/run     | 4 ++++
 srcpkgs/net-snmp/template            | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/net-snmp/files/snmpd/log/run
 create mode 100755 srcpkgs/net-snmp/files/snmpd/run

diff --git a/srcpkgs/net-snmp/files/snmpd/log/run b/srcpkgs/net-snmp/files/snmpd/log/run
new file mode 120000
index 000000000000..3a5b4a586051
--- /dev/null
+++ b/srcpkgs/net-snmp/files/snmpd/log/run
@@ -0,0 +1 @@
+/usr/bin/vlogger
\ No newline at end of file
diff --git a/srcpkgs/net-snmp/files/snmpd/run b/srcpkgs/net-snmp/files/snmpd/run
new file mode 100755
index 000000000000..bcb7b2004baa
--- /dev/null
+++ b/srcpkgs/net-snmp/files/snmpd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec snmpd -f -Lo $OPTS
diff --git a/srcpkgs/net-snmp/template b/srcpkgs/net-snmp/template
index 0b91683e00a8..2a808130cd33 100644
--- a/srcpkgs/net-snmp/template
+++ b/srcpkgs/net-snmp/template
@@ -1,7 +1,7 @@
 # Template file for 'net-snmp'
 pkgname=net-snmp
 version=5.9.1
-revision=1
+revision=2
 hostmakedepends="pkg-config unzip"
 makedepends="bzip2-devel openssl-devel libnl-devel pciutils-devel
  libsensors-devel pcre-devel"

  parent reply	other threads:[~2021-10-07  3:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 23:09 [PR PATCH] net-snmp: add run script heittpr
2021-10-06 23:09 ` heittpr
2021-10-07  1:35 ` [PR REVIEW] " ericonr
2021-10-07  1:35 ` ericonr
2021-10-07  1:35 ` ericonr
2021-10-07  2:13 ` heittpr
2021-10-07  2:17 ` heittpr
2021-10-07  2:19 ` heittpr
2021-10-07  2:23 ` [PR REVIEW] net-snmp: add service heittpr
2021-10-07  2:27 ` ericonr
2021-10-07  2:27 ` ericonr
2021-10-07  2:27 ` ericonr
2021-10-07  2:28 ` ericonr
2021-10-07  2:29 ` [PR REVIEW] " heittpr
2021-10-07  2:31 ` heittpr
2021-10-07  2:31 ` heittpr
2021-10-07  2:40 ` [PR REVIEW] " heittpr
2021-10-07  2:47 ` [PR PATCH] [Updated] " heittpr
2021-10-07  2:51 ` ericonr
2021-10-07  2:52 ` [PR REVIEW] " ericonr
2021-10-07  3:12 ` heittpr
2021-10-07  3:26 ` heittpr [this message]
2021-10-08 13:24 ` ericonr
2021-10-08 13:24 ` [PR PATCH] [Merged]: " ericonr

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=20211007032604.E_MGQmBG6-1mnQLotSGkoJBkbZUjKCbaAKmACxQoQNI@z \
    --to=heittpr@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).