Blame SOURCES/net-snmp-5.9-multilib.patch

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