]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp-manpage.patch
- added patches based on ucd-snmp: dlopen-fix (dlmod works now), manpage (paths
[packages/net-snmp.git] / net-snmp-manpage.patch
CommitLineData
edf6eebd
JB
1--- net-snmp-5.0.8/Makefile.top.orig 2003-03-05 21:08:26.000000000 +0100
2+++ net-snmp-5.0.8/Makefile.top 2003-05-17 17:43:03.000000000 +0200
3@@ -27,7 +27,7 @@
4 snmplibdir = $(datadir)/snmp
5 mibdir = $(snmplibdir)/mibs
6 persistentdir = @PERSISTENT_DIRECTORY@
7-
8+sysconfdir = @sysconfdir@
9
10 #
11 # Programs
12--- net-snmp-5.0.8/man/mib2c.1.def.orig 2003-02-25 19:20:33.000000000 +0100
13+++ net-snmp-5.0.8/man/mib2c.1.def 2003-05-17 17:40:02.000000000 +0200
14@@ -35,7 +35,7 @@
15 .TP
16 .BI -c " CONFIGFILE"
17 Use CONFIGFILE when generating code. These files will be searched for
18-first in the current directory and then in the DATADIR directory
19+first in the current directory and then in the DATADIR/snmp directory
20 (which is where the default mib2c configuration files can be found).
21 .TP
22 .BI -f " OUTNAME"
This page took 0.025919 seconds and 4 git commands to generate.