a1810f2a01
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/net-snmp#be26e76db31e227dcc75fe872ad69f39629713ad
13 lines
1.1 KiB
Diff
13 lines
1.1 KiB
Diff
diff -ruNp a/snmplib/read_config.c b/snmplib/read_config.c
|
|
--- a/snmplib/read_config.c 2020-06-10 09:51:57.184786510 +0200
|
|
+++ b/snmplib/read_config.c 2020-06-10 09:53:13.257507112 +0200
|
|
@@ -1642,7 +1642,7 @@ snmp_save_persistent(const char *type)
|
|
* save a warning header to the top of the new file
|
|
*/
|
|
snprintf(fileold, sizeof(fileold),
|
|
- "%s%s# Please save normal configuration tokens for %s in SNMPCONFPATH/%s.conf.\n# Only \"createUser\" tokens should be placed here by %s administrators.\n%s",
|
|
+ "%s%s# Please save normal configuration tokens for %s in /etc/snmp/%s.conf.\n# Only \"createUser\" tokens should be placed here by %s administrators.\n%s",
|
|
"#\n# net-snmp (or ucd-snmp) persistent data file.\n#\n############################################################################\n# STOP STOP STOP STOP STOP STOP STOP STOP STOP \n",
|
|
"#\n# **** DO NOT EDIT THIS FILE ****\n#\n# STOP STOP STOP STOP STOP STOP STOP STOP STOP \n############################################################################\n#\n# DO NOT STORE CONFIGURATION ENTRIES HERE.\n",
|
|
type, type, type,
|