SHA256
1
0
forked from pool/net-snmp

Accepting request 948478 from home:dirkmueller:Factory

- update net-snmp-5.8-socket-path.patch: use %_rundir for agentx

OBS-URL: https://build.opensuse.org/request/show/948478
OBS-URL: https://build.opensuse.org/package/show/network:utilities/net-snmp?expand=0&rev=41
This commit is contained in:
Marcus Meissner 2022-02-23 12:07:14 +00:00 committed by Git OBS Bridge
parent dd7b274e1c
commit bcde005f5e
3 changed files with 7 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Index: net-snmp-5.7.2/agent/mibgroup/agentx/protocol.h
#define AGENTX_PORT 705
#ifndef NETSNMP_AGENTX_SOCKET
-#define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
+#define NETSNMP_AGENTX_SOCKET "/var/run/agentx/master"
+#define NETSNMP_AGENTX_SOCKET "/run/agentx/master"
#endif
/*

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 24 21:02:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update net-snmp-5.8-socket-path.patch: use %_rundir for agentx
-------------------------------------------------------------------
Sat Oct 23 11:32:10 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package net-snmp
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed