kloczek / rpms / net-snmp

Forked from rpms/net-snmp 6 years ago
Clone
efe9a18
Make the man pages multilib safe.
efe9a18
efe9a18
diff -up net-snmp-5.5/man/config_api.3.def.orig net-snmp-5.5/man/config_api.3.def
efe9a18
--- net-snmp-5.5/man/config_api.3.def.orig	2009-04-21 11:36:52.000000000 +0200
efe9a18
+++ net-snmp-5.5/man/config_api.3.def	2009-09-29 11:45:44.000000000 +0200
efe9a18
@@ -256,7 +256,7 @@ machines and the second file can be used
efe9a18
 for one particular machine.
efe9a18
 .PP
efe9a18
 The default list of directories to search is
efe9a18
-SYSCONFDIR/snmp, followed by DATADIR/snmp, followed by LIBDIR/snmp,
efe9a18
+SYSCONFDIR/snmp, followed by DATADIR/snmp, followed by /usr/lib(64)/snmp,
efe9a18
 followed by $HOME/.snmp.
efe9a18
 This list can be changed by setting the environmental variable
efe9a18
 .I SNMPCONFPATH
efe9a18
@@ -326,7 +326,7 @@ function that it should abort the operat
efe9a18
 SNMPCONFPATH
efe9a18
 A colon separated list of directories to search for configuration
efe9a18
 files in.
efe9a18
-Default: SYSCONFDIR/snmp:DATADIR/snmp:LIBDIR/snmp:$HOME/.snmp
efe9a18
+Default: SYSCONFDIR/snmp:DATADIR/snmp:/usr/lib(64)/snmp:$HOME/.snmp
efe9a18
 .SH "SEE ALSO"
efe9a18
 .BR mib_api "(3), " snmp_api (3)
efe9a18
 .\" Local Variables:
efe9a18
diff -up net-snmp-5.5/man/snmp_config.5.def.orig net-snmp-5.5/man/snmp_config.5.def
efe9a18
--- net-snmp-5.5/man/snmp_config.5.def.orig	2007-06-18 23:17:15.000000000 +0200
efe9a18
+++ net-snmp-5.5/man/snmp_config.5.def	2009-09-29 11:45:22.000000000 +0200
efe9a18
@@ -11,7 +11,7 @@ First off, there are numerous places tha
efe9a18
 found and read from.  By default, the applications look for
efe9a18
 configuration files in the following 4 directories, in order:
efe9a18
 SYSCONFDIR/snmp,
efe9a18
-DATADIR/snmp, LIBDIR/snmp, and $HOME/.snmp.  In each of these
efe9a18
+DATADIR/snmp, /usr/lib(64)/snmp, and $HOME/.snmp.  In each of these
efe9a18
 directories, it looks for files with the extension of both
efe9a18
 .IR conf " and " local.conf
efe9a18
 (reading the second ones last).  In this manner, there are
efe9a18
diff -up net-snmp-5.5/man/snmpd.conf.5.def.orig net-snmp-5.5/man/snmpd.conf.5.def
efe9a18
--- net-snmp-5.5/man/snmpd.conf.5.def.orig	2009-06-01 17:53:30.000000000 +0200
efe9a18
+++ net-snmp-5.5/man/snmpd.conf.5.def	2009-09-29 11:44:59.000000000 +0200
efe9a18
@@ -1272,7 +1272,7 @@ filename), and call the initialisation r
efe9a18
 .RS
efe9a18
 .IP "Note:"
efe9a18
 If the specified PATH is not a fully qualified filename, it will
efe9a18
-be interpreted relative to LIBDIR/snmp/dlmod, and \fC.so\fR
efe9a18
+be interpreted relative to /usr/lib(64)/snmp/dlmod, and \fC.so\fR
efe9a18
 will be appended to the filename.
efe9a18
 .RE
efe9a18
 .PP