]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - net-snmp/patches/net-snmp-5.6-multilib.patch
powertop: Update to 2.6.1
[people/ms/ipfire-3.x.git] / net-snmp / patches / net-snmp-5.6-multilib.patch
1 Make the man pages multilib safe.
2
3 diff -up net-snmp-5.6/man/netsnmp_config_api.3.def.multilib net-snmp-5.6/man/netsnmp_config_api.3.def
4 --- net-snmp-5.6/man/netsnmp_config_api.3.def.multilib 2010-09-08 17:41:37.000000000 +0200
5 +++ net-snmp-5.6/man/netsnmp_config_api.3.def 2010-10-25 17:40:43.433726423 +0200
6 @@ -295,7 +295,7 @@ for one particular machine.
7 .PP
8 The default list of directories to search is \fC SYSCONFDIR/snmp\fP,
9 followed by \fC DATADIR/snmp\fP,
10 -followed by \fC LIBDIR/snmp\fP,
11 +followed by \fC /usr/lib(64)/snmp\fP,
12 followed by \fC $HOME/.snmp\fP.
13 This list can be changed by setting the environmental variable
14 .I SNMPCONFPATH
15 @@ -365,7 +365,7 @@ function that it should abort the operat
16 SNMPCONFPATH
17 A colon separated list of directories to search for configuration
18 files in.
19 -Default: SYSCONFDIR/snmp:DATADIR/snmp:LIBDIR/snmp:$HOME/.snmp
20 +Default: SYSCONFDIR/snmp:DATADIR/snmp:/usr/lib(64)/snmp:$HOME/.snmp
21 .SH "SEE ALSO"
22 .BR mib_api "(3), " snmp_api (3)
23 .\" Local Variables:
24 diff -up net-snmp-5.6/man/snmp_config.5.def.multilib net-snmp-5.6/man/snmp_config.5.def
25 --- net-snmp-5.6/man/snmp_config.5.def.multilib 2010-09-17 11:51:52.000000000 +0200
26 +++ net-snmp-5.6/man/snmp_config.5.def 2010-10-25 17:40:12.681976439 +0200
27 @@ -10,7 +10,7 @@ First off, there are numerous places tha
28 found and read from. By default, the applications look for
29 configuration files in the following 4 directories, in order:
30 SYSCONFDIR/snmp,
31 -DATADIR/snmp, LIBDIR/snmp, and $HOME/.snmp. In each of these
32 +DATADIR/snmp, /usr/lib(64)/snmp, and $HOME/.snmp. In each of these
33 directories, it looks for files with the extension of both
34 .IR conf " and " local.conf
35 (reading the second ones last). In this manner, there are
36 diff -up net-snmp-5.6/man/snmpd.conf.5.def.multilib net-snmp-5.6/man/snmpd.conf.5.def
37 --- net-snmp-5.6/man/snmpd.conf.5.def.multilib 2010-09-17 11:51:52.000000000 +0200
38 +++ net-snmp-5.6/man/snmpd.conf.5.def 2010-10-25 17:40:12.682976925 +0200
39 @@ -1387,7 +1387,7 @@ filename), and call the initialisation r
40 .RS
41 .IP "Note:"
42 If the specified PATH is not a fully qualified filename, it will
43 -be interpreted relative to LIBDIR/snmp/dlmod, and \fC.so\fR
44 +be interpreted relative to /usr/lib(64)/snmp/dlmod, and \fC.so\fR
45 will be appended to the filename.
46 .RE
47 .PP