Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] net-snmp: add run script
@ 2021-10-06 23:09 heittpr
  2021-10-06 23:09 ` heittpr
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: heittpr @ 2021-10-06 23:09 UTC (permalink / raw)
  To: ml

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

There is a new 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 run script
#### 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: 685 bytes --]

From aab1101a91dcac76729a3dd3d54a2de562c3e311 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 run script

---
 srcpkgs/net-snmp/files/snmpd/run | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 srcpkgs/net-snmp/files/snmpd/run

diff --git a/srcpkgs/net-snmp/files/snmpd/run b/srcpkgs/net-snmp/files/snmpd/run
new file mode 100755
index 000000000000..30f0e29183cc
--- /dev/null
+++ b/srcpkgs/net-snmp/files/snmpd/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+[ -r conf ] && . ./conf
+
+[ ! -e /etc/snmp/snmpd.conf ] && exit 1
+exec /usr/sbin/snmpd ${OPTS:=-f -LSwd -Lf /dev/null} -p /run/snmpd.pid

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

end of thread, other threads:[~2021-10-08 13:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PR PATCH] [Updated] " heittpr
2021-10-08 13:24 ` ericonr
2021-10-08 13:24 ` [PR PATCH] [Merged]: " ericonr

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