Blame SOURCES/net-snmp-5.8-dir-fix.patch

700982
diff -urNp a/net-snmp-create-v3-user.in b/net-snmp-create-v3-user.in
700982
--- a/net-snmp-create-v3-user.in	2018-07-18 11:11:53.227015237 +0200
700982
+++ b/net-snmp-create-v3-user.in	2018-07-18 11:12:13.375010176 +0200
700982
@@ -137,7 +137,7 @@ fi
700982
 echo $line >> $outfile
700982
 prefix="@prefix@"
700982
 datarootdir="@datarootdir@"
700982
-outfile="@datadir@/snmp/snmpd.conf"
700982
+outfile="/etc/snmp/snmpd.conf"
700982
 line="$token $user"
700982
 echo "adding the following line to $outfile:"
700982
 echo "  " $line