Package: ifupdown
Version: 0.6.8+nmu1
Severity: minor
Tags: patch
As far as I know English which is not my mother tongue the following
sentence is incorrect:
Don't seem to be have all the variables for %s/%s.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ifupdown depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii net-tools 1.60-20 The NET-3 networking toolkit
ifupdown recommends no packages.
Versions of packages ifupdown suggests:
ii dhcp3-client 3.1.1-3 DHCP client
ii iproute 20080725-2 networking and traffic control too
pn ppp <none> (no description available)
-- debconf information:
ifupdown/convert-interfaces: true
diff -uNr ifupdown-0.6.8+nmu1/_darcs/current/ifupdown.nw ifupdown-0.6.8+nmu1-stl/_darcs/current/ifupdown.nw
--- ifupdown-0.6.8+nmu1/_darcs/current/ifupdown.nw 2006-09-15 20:03:20.000000000 +0200
+++ ifupdown-0.6.8+nmu1-stl/_darcs/current/ifupdown.nw 2008-10-08 12:53:21.000000000 +0200
@@ -3464,7 +3464,7 @@
switch(cmds(currif)) {
case -1:
- printf("Don't seem to be have all the variables for %s/%s.\n",
+ printf("Don't seem to have all the variables for %s/%s.\n",
liface, currif->address_family->name);
failed = 1;
break;
diff -uNr ifupdown-0.6.8+nmu1/ifupdown.nw ifupdown-0.6.8+nmu1-stl/ifupdown.nw
--- ifupdown-0.6.8+nmu1/ifupdown.nw 2006-09-28 19:12:18.000000000 +0200
+++ ifupdown-0.6.8+nmu1-stl/ifupdown.nw 2008-10-08 12:53:04.000000000 +0200
@@ -3468,7 +3468,7 @@
switch(cmds(currif)) {
case -1:
- printf("Don't seem to be have all the variables for %s/%s.\n",
+ printf("Don't seem to have all the variables for %s/%s.\n",
liface, currif->address_family->name);
failed = 1;
break;
diff -uNr ifupdown-0.6.8+nmu1/main.c ifupdown-0.6.8+nmu1-stl/main.c
--- ifupdown-0.6.8+nmu1/main.c 2006-09-28 19:10:27.000000000 +0200
+++ ifupdown-0.6.8+nmu1-stl/main.c 2008-10-08 12:53:46.000000000 +0200
@@ -695,7 +695,7 @@
switch(cmds(currif)) {
case -1:
- printf("Don't seem to be have all the variables for %s/%s.\n",
+ printf("Don't seem to have all the variables for %s/%s.\n",
liface, currif->address_family->name);
failed = 1;
break;