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

8a419f
Make the man pages multilib safe.                                                                                                                                                                    
8a419f
8a419f
diff -up net-snmp-5.6/man/netsnmp_config_api.3.def.multilib net-snmp-5.6/man/netsnmp_config_api.3.def
8a419f
--- net-snmp-5.6/man/netsnmp_config_api.3.def.multilib	2010-09-08 17:41:37.000000000 +0200
8a419f
+++ net-snmp-5.6/man/netsnmp_config_api.3.def	2010-10-25 17:40:43.433726423 +0200
8a419f
@@ -295,7 +295,7 @@ for one particular machine.
8a419f
 .PP
8a419f
 The default list of directories to search is \fC SYSCONFDIR/snmp\fP,
8a419f
 followed by \fC DATADIR/snmp\fP,
8a419f
-followed by \fC LIBDIR/snmp\fP,
8a419f
+followed by \fC /usr/lib(64)/snmp\fP,
8a419f
 followed by \fC $HOME/.snmp\fP.
8a419f
 This list can be changed by setting the environmental variable
8a419f
 .I SNMPCONFPATH
8a419f
@@ -365,7 +365,7 @@ function that it should abort the operat
8a419f
 SNMPCONFPATH
8a419f
 A colon separated list of directories to search for configuration
8a419f
 files in.
8a419f
-Default: SYSCONFDIR/snmp:DATADIR/snmp:LIBDIR/snmp:$HOME/.snmp
8a419f
+Default: SYSCONFDIR/snmp:DATADIR/snmp:/usr/lib(64)/snmp:$HOME/.snmp
8a419f
 .SH "SEE ALSO"
8a419f
 .BR mib_api "(3), " snmp_api (3)
8a419f
 .\" Local Variables:
8a419f
diff -up net-snmp-5.6/man/snmp_config.5.def.multilib net-snmp-5.6/man/snmp_config.5.def
8a419f
--- net-snmp-5.6/man/snmp_config.5.def.multilib	2010-09-17 11:51:52.000000000 +0200
8a419f
+++ net-snmp-5.6/man/snmp_config.5.def	2010-10-25 17:40:12.681976439 +0200
8a419f
@@ -10,7 +10,7 @@ First off, there are numerous places tha
8a419f
 found and read from.  By default, the applications look for
8a419f
 configuration files in the following 4 directories, in order:
8a419f
 SYSCONFDIR/snmp,
8a419f
-DATADIR/snmp, LIBDIR/snmp, and $HOME/.snmp.  In each of these
8a419f
+DATADIR/snmp, /usr/lib(64)/snmp, and $HOME/.snmp.  In each of these
8a419f
 directories, it looks for files with the extension of both
8a419f
 .IR conf " and " local.conf
8a419f
 (reading the second ones last).  In this manner, there are
8a419f
diff -up net-snmp-5.6/man/snmpd.conf.5.def.multilib net-snmp-5.6/man/snmpd.conf.5.def
8a419f
--- net-snmp-5.6/man/snmpd.conf.5.def.multilib	2010-09-17 11:51:52.000000000 +0200
8a419f
+++ net-snmp-5.6/man/snmpd.conf.5.def	2010-10-25 17:40:12.682976925 +0200
8a419f
@@ -1387,7 +1387,7 @@ filename), and call the initialisation r
8a419f
 .RS
8a419f
 .IP "Note:"
8a419f
 If the specified PATH is not a fully qualified filename, it will
8a419f
-be interpreted relative to LIBDIR/snmp/dlmod, and \fC.so\fR
8a419f
+be interpreted relative to /usr/lib(64)/snmp/dlmod, and \fC.so\fR
8a419f
 will be appended to the filename.
8a419f
 .RE
8a419f
 .PP