~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to patches/001-weird_spelling.patch

  • Committer: Bazaar Package Importer
  • Author(s): Laurence J. Lane
  • Date: 2004-06-15 20:38:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040615203842-o4o634vwht1cix5k
Tags: 1.2.9-10
* Closes: #246037, added default logging level to man pages, requested
  by Max Vozeler. Thanks.
* conslidated all man page patches to 003-man_pages.patch.
* added 006-64_32.patch, CVS pull, Sparc64 and HPPA makefile clean up
  for 64/32-bit builds. Reported by Igor Genibel. Thanks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN old/iptables-1.2.9/ip6tables.c new/iptables-1.2.9/ip6tables.c
 
2
--- old/iptables-1.2.9/ip6tables.c      2003-06-30 12:16:54.000000000 -0400
 
3
+++ new/iptables-1.2.9/ip6tables.c      2004-02-24 08:47:03.000000000 -0500
 
4
@@ -844,7 +844,7 @@
 
5
                        if (!isalnum(vianame[i]) 
 
6
                            && vianame[i] != '_' 
 
7
                            && vianame[i] != '.') {
 
8
-                               printf("Warning: wierd character in interface"
 
9
+                               printf("Warning: weird character in interface"
 
10
                                       " `%s' (No aliases, :, ! or *).\n",
 
11
                                       vianame);
 
12
                                break;
 
13
diff -urN old/iptables-1.2.9/iptables.c new/iptables-1.2.9/iptables.c
 
14
--- old/iptables-1.2.9/iptables.c       2003-06-14 18:39:35.000000000 -0400
 
15
+++ new/iptables-1.2.9/iptables.c       2004-02-24 08:47:03.000000000 -0500
 
16
@@ -782,7 +782,7 @@
 
17
                        if (!isalnum(vianame[i]) 
 
18
                            && vianame[i] != '_' 
 
19
                            && vianame[i] != '.') {
 
20
-                               printf("Warning: wierd character in interface"
 
21
+                               printf("Warning: weird character in interface"
 
22
                                       " `%s' (No aliases, :, ! or *).\n",
 
23
                                       vianame);
 
24
                                break;
 
25
diff -urN old/iptables-1.2.9/extensions/libipt_physdev.c new/iptables-1.2.9/extensions/libipt_physdev.c
 
26
--- old/iptables-1.2.9/extensions/libipt_physdev.c      2003-04-27 20:04:34.000000000 -0400
 
27
+++ new/iptables-1.2.9/extensions/libipt_physdev.c      2004-03-12 10:47:44.000000000 -0500
 
28
@@ -64,7 +64,7 @@
 
29
                        if (!isalnum(vianame[i])
 
30
                            && vianame[i] != '_'
 
31
                            && vianame[i] != '.') {
 
32
-                               printf("Warning: wierd character in interface"
 
33
+                               printf("Warning: weird character in interface"
 
34
                                       " `%s' (No aliases, :, ! or *).\n",
 
35
                                       vianame);
 
36
                                break;