602b517d7f
- fix multilib issues (#192736) On system with /usr/lib64 use net-snmp-config64 and net-snmp-config64.h
21 lines
869 B
Diff
21 lines
869 B
Diff
--- net-snmp-5.3.1.pre2/man/read_config.3.def.old 2003-04-25 16:02:55.000000000 +0200
|
|
+++ net-snmp-5.3.1.pre2/man/read_config.3.def 2006-05-23 09:41:35.000000000 +0200
|
|
@@ -257,7 +257,7 @@
|
|
.I SNMPCONFPATH
|
|
environment variable (or its default value, which will be
|
|
SYSCONFDIR/snmp, followed by
|
|
-DATADIR/snmp, followed by LIBDIR/snmp, followed by $HOME/.snmp) and
|
|
+DATADIR/snmp, followed by /usr/lib/snmp (or /usr/lib64/snmp), followed by $HOME/.snmp) and
|
|
reading in the files found that match both the prefix registered and
|
|
the two suffixes
|
|
.I .conf
|
|
@@ -285,7 +285,7 @@
|
|
SNMPCONFPATH
|
|
A colon separated list of directories to search for configuration
|
|
files in.
|
|
-Default: SYSCONFDIR/snmp:DATADIR/snmp:LIBDIR/snmp:$HOME/.snmp
|
|
+Default: SYSCONFDIR/snmp:DATADIR/snmp:/usr/lib(64)/snmp:$HOME/.snmp
|
|
.SH "SEE ALSO"
|
|
.BR mib_api "(3), " snmp_api (3)
|
|
.\" Local Variables:
|