You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
456 B
13 lines
456 B
8 months ago
|
diff -urNp a/net-snmp-create-v3-user.in b/net-snmp-create-v3-user.in
|
||
|
--- a/net-snmp-create-v3-user.in 2018-07-18 11:11:53.227015237 +0200
|
||
|
+++ b/net-snmp-create-v3-user.in 2018-07-18 11:12:13.375010176 +0200
|
||
|
@@ -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
|