summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJochen Friedrich <jochen@scram.de>2006-01-24 13:51:41 +0000
committerJochen Friedrich <jochen@scram.de>2006-01-24 13:51:41 +0000
commit36bad0a70bbbf2fce52760dbf4132fbb19bb25af (patch)
treeabb8970ffce45377ed240edd59852047e9abcc35 /debian/patches
parent73433fd037ee466dcee96c3301b09b6d2c2e59e4 (diff)
downloadpkg-net-snmp-36bad0a70bbbf2fce52760dbf4132fbb19bb25af.tar.gz
Don't patch generated files
git-svn-id: svn://svn.debian.org/pkg-net-snmp/trunk@9 db575a87-f10d-0410-9662-f1d5ac62e4ba
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/17_man_pages_typo.patch29
1 files changed, 14 insertions, 15 deletions
diff --git a/debian/patches/17_man_pages_typo.patch b/debian/patches/17_man_pages_typo.patch
index b40f6a2..07089a8 100644
--- a/debian/patches/17_man_pages_typo.patch
+++ b/debian/patches/17_man_pages_typo.patch
@@ -1,16 +1,5 @@
---- net-snmp-5.1.2.orig/man/mib2c.conf.5 2005-09-04 00:34:17.000000000 +0200
-+++ net-snmp-5.1.2/man/mib2c.conf.5 2005-09-04 00:34:39.000000000 +0200
-@@ -178,7 +178,7 @@
- 1 if accessible, 0 if not
- .IP "$var.rowstatus"
- 1 if an object is a RowStatus object, 0 if not
--'settable', 'creatable' and 'rowstatus' can also be used with table variables
-+\&'settable', 'creatable' and 'rowstatus' can also be used with table variables
- to indicate whether it contains writable, creatable or RowStatus column objects
- .IP "$var.hasdefval"
- returns 1 if var has a DEFVAL clause
---- net-snmp-5.1.2.orig/man/snmp.conf.5 2005-09-04 00:42:52.000000000 +0200
-+++ net-snmp-5.1.2/man/snmp.conf.5 2005-09-04 00:43:12.000000000 +0200
+--- net-snmp-5.2.2.orig/man/snmp.conf.5.def 2005-09-04 00:42:52.000000000 +0200
++++ net-snmp-5.2.2/man/snmp.conf.5.def 2005-09-04 00:43:12.000000000 +0200
@@ -169,7 +169,7 @@
Some platforms may decide to increment the actual buffersize themselves
for internal housekeeping.
@@ -20,8 +9,8 @@
.IP "serverSendBuf integer"
Similar to serverRecvBuf, but this directive applies to the send
buffer of server sockets.
---- net-snmp-5.1.2.orig/man/snmpnetstat.1 2005-09-03 23:25:45.000000000 +0200
-+++ net-snmp-5.1.2/man/snmpnetstat.1 2005-09-03 23:26:11.000000000 +0200
+--- net-snmp-5.2.2.orig/man/snmpnetstat.1.def 2005-09-03 23:25:45.000000000 +0200
++++ net-snmp-5.2.2/man/snmpnetstat.1.def 2005-09-03 23:26:11.000000000 +0200
@@ -243,7 +243,7 @@
tcp *.ftp *.* LISTEN
tcp *.telnet *.* LISTEN
@@ -49,3 +38,13 @@
.fi
.SH SEE ALSO
snmpcmd(1),
+--- net-snmp-5.2.2.orig/man/mib2c.extract.pl 2004-04-29 01:45:44.000000000 +0200
++++ net-snmp-5.2.2/man/mib2c.extract.pl 2006-01-23 18:48:57.000000000 +0100
+@@ -26,6 +26,7 @@
+ next if (/^#\s*$/);
+ s/^#\s+//;
+ s/^(\S+)\s+--\s+(.*)/.IP "$1"\n$2/;
++ s/^'/\\&'/;
+ print;
+ }
+ close(I);