From 82e401407c59883b8212a4af768bbd71f7bd1fe8 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 03 2020 08:13:57 +0000 Subject: Apply patch net-snmp-5.8-dir-fix.patch patch_name: net-snmp-5.8-dir-fix.patch present_in_specfile: true --- diff --git a/net-snmp-create-v3-user.in b/net-snmp-create-v3-user.in index e5ae928..b346b65 100644 --- a/net-snmp-create-v3-user.in +++ b/net-snmp-create-v3-user.in @@ -137,7 +137,7 @@ fi echo $line >> $outfile prefix="@prefix@" datarootdir="@datarootdir@" -outfile="@datadir@/snmp/snmpd.conf" +outfile="/etc/snmp/snmpd.conf" line="$token $user" echo "adding the following line to $outfile:" echo " " $line