|
|
962144 |
diff --git a/man/netsnmp_config_api.3.def b/man/netsnmp_config_api.3.def
|
|
|
962144 |
index 90b20d9..bd5abe1 100644
|
|
|
962144 |
--- a/man/netsnmp_config_api.3.def
|
|
|
962144 |
+++ b/man/netsnmp_config_api.3.def
|
|
|
962144 |
@@ -295,7 +295,7 @@ for one particular machine.
|
|
|
962144 |
.PP
|
|
|
962144 |
The default list of directories to search is \fC SYSCONFDIR/snmp\fP,
|
|
|
962144 |
followed by \fC DATADIR/snmp\fP,
|
|
|
962144 |
-followed by \fC LIBDIR/snmp\fP,
|
|
|
962144 |
+followed by \fC /usr/lib(64)/snmp\fP,
|
|
|
962144 |
followed by \fC $HOME/.snmp\fP.
|
|
|
962144 |
This list can be changed by setting the environmental variable
|
|
|
962144 |
.I SNMPCONFPATH
|
|
|
962144 |
@@ -367,7 +367,7 @@ A colon separated list of directories to search for configuration
|
|
|
962144 |
files in.
|
|
|
962144 |
Default:
|
|
|
962144 |
.br
|
|
|
962144 |
-SYSCONFDIR/snmp:\:DATADIR/snmp:\:LIBDIR/snmp:\:$HOME/.snmp
|
|
|
962144 |
+SYSCONFDIR/snmp:\:DATADIR/snmp:\:/usr/lib(64)/snmp:\:$HOME/.snmp
|
|
|
962144 |
.SH "SEE ALSO"
|
|
|
962144 |
netsnmp_mib_api(3), snmp_api(3)
|
|
|
962144 |
.\" Local Variables:
|
|
|
962144 |
diff --git a/man/snmp_config.5.def b/man/snmp_config.5.def
|
|
|
962144 |
index fd30873..c3437d6 100644
|
|
|
962144 |
--- a/man/snmp_config.5.def
|
|
|
962144 |
+++ b/man/snmp_config.5.def
|
|
|
962144 |
@@ -10,7 +10,7 @@ First off, there are numerous places that configuration files can be
|
|
|
962144 |
found and read from. By default, the applications look for
|
|
|
962144 |
configuration files in the following 4 directories, in order:
|
|
|
962144 |
SYSCONFDIR/snmp,
|
|
|
962144 |
-DATADIR/snmp, LIBDIR/snmp, and $HOME/.snmp. In each of these
|
|
|
962144 |
+DATADIR/snmp, /usr/lib(64)/snmp, and $HOME/.snmp. In each of these
|
|
|
962144 |
directories, it looks for files snmp.conf, snmpd.conf and/or
|
|
|
962144 |
snmptrapd.conf, as well as snmp.local.conf, snmpd.local.conf
|
|
|
962144 |
and/or snmptrapd.local.conf. *.local.conf are always
|
|
|
962144 |
diff --git a/man/snmpd.conf.5.def b/man/snmpd.conf.5.def
|
|
|
962144 |
index 7ce8a46..a4000f9 100644
|
|
|
962144 |
--- a/man/snmpd.conf.5.def
|
|
|
962144 |
+++ b/man/snmpd.conf.5.def
|
|
|
962144 |
@@ -1593,7 +1593,7 @@ filename), and call the initialisation routine \fIinit_NAME\fR.
|
|
|
962144 |
.RS
|
|
|
962144 |
.IP "Note:"
|
|
|
962144 |
If the specified PATH is not a fully qualified filename, it will
|
|
|
962144 |
-be interpreted relative to LIBDIR/snmp/dlmod, and \fC.so\fR
|
|
|
962144 |
+be interpreted relative to /usr/lib(64)/snmp/dlmod, and \fC.so\fR
|
|
|
962144 |
will be appended to the filename.
|
|
|
962144 |
.RE
|
|
|
962144 |
.PP
|