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

9a6c41
Let net-snmp-create-v3-user save settings into /etc/ instead of /usr/
9a6c41
9a6c41
diff -up net-snmp-5.5/net-snmp-create-v3-user.in.orig net-snmp-5.5/net-snmp-create-v3-user.in
9a6c41
--- net-snmp-5.5/net-snmp-create-v3-user.in.orig	2008-07-22 16:33:25.000000000 +0200
9a6c41
+++ net-snmp-5.5/net-snmp-create-v3-user.in	2009-09-29 16:30:36.000000000 +0200
9a6c41
@@ -158,7 +158,7 @@ if test ! -d $outfile ; then
9a6c41
     touch $outfile
9a6c41
 fi
9a6c41
 echo $line >> $outfile
9a6c41
-outfile="@datadir@/snmp/snmpd.conf"
9a6c41
+outfile="/etc/snmp/snmpd.conf"
9a6c41
 line="$token $user"
9a6c41
 echo "adding the following line to $outfile:"
9a6c41
 echo "  " $line