Your message dated Tue, 07 Jun 2011 18:48:23 +0000
with message-id <[email protected]>
and subject line Bug#577171: fixed in pppconfig 2.3.18+nmu3
has caused the Debian Bug report #577171,
regarding pppconfig: Patch fixes some typos
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
577171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pppconfig
Version: 2.3.18
Severity: minor
Tags: patch
Hi,
please find attached a patch, that fixes some typos. I've found them
while translating pppconfig to german.
Regards,
Chris
diff -ru pppconfig-2.3.18.orig//pppconfig pppconfig-2.3.18/pppconfig
--- pppconfig-2.3.18.orig//pppconfig 2007-08-09 14:54:00.000000000 +0200
+++ pppconfig-2.3.18/pppconfig 2010-04-10 10:43:04.000000000 +0200
@@ -677,7 +677,7 @@
}
sub ipdefault($) {
- $temp=inputbox (gettext("You almost certainly do not want to change this from the default value of noipdefault. This not the place for your nameserver ip numbers. It is the place for your ip number if and only if your ISP has assigned you a static one. If you have been given only a local static ip, enter it with a colon at the end, like this: 192.168.1.2: If you have been given both a local and a remote ip, enter the local ip, a colon, and the remote ip, like this: 192.168.1.2:10.203.1.2 "),
+ $temp=inputbox (gettext("You almost certainly do not want to change this from the default value of noipdefault. This is not the place for your nameserver ip numbers. It is the place for your ip number if and only if your ISP has assigned you a static one. If you have been given only a local static ip, enter it with a colon at the end, like this: 192.168.1.2: If you have been given both a local and a remote ip, enter the local ip, a colon, and the remote ip, like this: 192.168.1.2:10.203.1.2"),
gettext("IP Numbers"), "$$ipdefault");
return "CANCEL" if ( $result != 0 );
$$ipdefault = $temp;
@@ -951,7 +951,7 @@
sub demand($) {
$a = $$demand ? "enabled" : "disabled";
- yesnobox(sprintf(gettext("Selecting YES will enable demand dialing for this provider. Selecting NO will disable it. Note that you will still need to start pppd with pon: pppconfig will not do that for you. When you do so, pppd will go into the background and wait for you to attempt access something on the Net, and then dial up the ISP. If you do enable demand dialing you will also want to set an idle-timeout so that the link will go down when it is idle. Demand dialing is presently %s."), $a), gettext("Demand Command"));
+ yesnobox(sprintf(gettext("Selecting YES will enable demand dialing for this provider. Selecting NO will disable it. Note that you will still need to start pppd with pon: pppconfig will not do that for you. When you do so, pppd will go into the background and wait for you to attempt to access something on the Net, and then dial up the ISP. If you do enable demand dialing you will also want to set an idle-timeout so that the link will go down when it is idle. Demand dialing is presently %s."), $a), gettext("Demand Command"));
if( $result ) { # true $result means no.
$$demand = '';
@@ -1696,8 +1696,8 @@
sub usage() {
die(gettext("Usage: pppconfig [--version] | [--help] | [[--dialog] | [--whiptail] | [--gdialog]\
- [--noname] | [providername]]\
-\'--version\' prints the version. \'--help\' prints a help message.\
+ [--noname] | [providername]] \
+\'--version\' prints the version. \'--help\' prints a help message. \
\'--dialog\' uses dialog instead of gdialog. \'--whiptail\' uses whiptail.
\'--gdialog\' uses gdialog. \'--noname\' forces the provider name to be \'provider\'.
\'providername\' forces the provider name to be \'providername\'.\n"));
@@ -1723,8 +1723,8 @@
end. \
\
Since pppconfig makes changes in system configuration files, you must be \
-logged in as root or use sudo to run it. \
- \n"));
+logged in as root or use sudo to run it.\
+\n"));
usage();
}
--- End Message ---
--- Begin Message ---
Source: pppconfig
Source-Version: 2.3.18+nmu3
We believe that the bug you reported is fixed in the latest version of
pppconfig, which is due to be installed in the Debian FTP archive:
pppconfig_2.3.18+nmu3.dsc
to main/p/pppconfig/pppconfig_2.3.18+nmu3.dsc
pppconfig_2.3.18+nmu3.tar.gz
to main/p/pppconfig/pppconfig_2.3.18+nmu3.tar.gz
pppconfig_2.3.18+nmu3_all.deb
to main/p/pppconfig/pppconfig_2.3.18+nmu3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Helge Kreutzmann <[email protected]> (supplier of updated pppconfig package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 01 Jun 2011 14:31:44 +0200
Source: pppconfig
Binary: pppconfig
Architecture: source all
Version: 2.3.18+nmu3
Distribution: unstable
Urgency: low
Maintainer: John Hasler <[email protected]>
Changed-By: Helge Kreutzmann <[email protected]>
Description:
pppconfig - A text menu based utility for configuring ppp
Closes: 266819 577171 579298 579305 587803 601075 603541 603884 628464 628766
628767
Changes:
pppconfig (2.3.18+nmu3) unstable; urgency=low
.
* Non-maintainer upload.
* Correct encoding of po/de.po and fix a typo. This Closes: #628464
* Fix typos and ungarble --help. This Closes: #577171, #603541
* Unfuzzy previously complete translations,
i.e. cs, de, he, fr, ja, lt, sk and sv,
as far as possible.
* Add a missing slash in po/fr.po
* Add --previous to msgmerge in "po/update.sh"
* Update Swedish translation. Thanks Martin Bagge. Closes: #579298
* Update Hebrew translation. Thanks Omer Zak. Closes: #579305
* Update Slovak translation. Thanks Ivan Masár. Closes: #587803
Added the missing "\n" in one string.
* Update Czech translation. Thanks Miroslav Kure. Closes: #601075
* Add German man page translation. Closes: #628766
Update man/po4a.cfg and debian/rules to actually build and install it
* Trival update of French man page translation. Closes: #603884
* Fix formatting errors in man page and unfuzzy translations. Closes:
#628767
* Suggest resolvconf. Closes: #266819
Checksums-Sha1:
288255c3cc0571ba0d208b3df0f399c5f50148f7 1422 pppconfig_2.3.18+nmu3.dsc
1eb88cc8401b5fc97805f9489867ea293ee025b6 400435 pppconfig_2.3.18+nmu3.tar.gz
04df55cd25900a0e035ba0cf5e29c46dcb9c7aa9 176452 pppconfig_2.3.18+nmu3_all.deb
Checksums-Sha256:
79364ab2cd919b1dd1166750aa38154789b06b16ea61149a53afa355d3dd2068 1422
pppconfig_2.3.18+nmu3.dsc
d4072650a6aedf491cd93e4c2bd443e327a482a6ac79f43a2898376fbc178a35 400435
pppconfig_2.3.18+nmu3.tar.gz
d050b06fdd0c2c18113c10fc18289effe2138a2ae7fe96b3e8e182ff326df711 176452
pppconfig_2.3.18+nmu3_all.deb
Files:
a5bd1df7891ce25eca117fc7ec76919e 1422 admin optional pppconfig_2.3.18+nmu3.dsc
88469cd4deefff72c9f57360f86a1751 400435 admin optional
pppconfig_2.3.18+nmu3.tar.gz
21bd3a2864878b41ad6636a22d24939f 176452 admin optional
pppconfig_2.3.18+nmu3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIVAwUBTe5vL4cvcCxNbiWoAQJ6HRAAo0cg+no7lk5Z+NlIcc/erdTPSP9sSlr8
XHQWvVb0FiGMl3vCesD72izRTCgBF96bare6EiwPOlfvNmhrh0r9/RbmIcyXSudp
wvrvOKHE42CclXBIrh+aNtPmvCC5wCIdEBC2TIU6kfqZS03VSNsxXPefaJq6jL9O
BwIn/BWTr8aWbhGHsMHmD+pr0FcvLbIbZATIflKAJJeEQvzkspbG0/0wOr7sYbug
KLjkD3HGOmF+TNusghX0JUqEiy2RJu+PLFx0vG3Mfo885Q004JkuNxvF4I2wAlbU
BC7gYwtP3SSEUn+TQ0JIOkyOuy+JXDI9l9nxxPDcu/1T9cpGEcjd+4zWl64iDD3/
y8ZWCuUihwvKHmxY1xxyYjer4gTDLBi3CFJf05EjiRS8Qm0PYhIdrvxUnfARlmwB
4H8VM5u5f04RFgqDUWq1EP9I+IhAOJue2AE1RppOR4Y1j07vcoXjQpBlGDreEIGi
hsm75fEXdciXFw4SJcHXrFRNpfwV39tP8BEjaApSiS2gMfTC8EDfBUZpl7IaQJHs
un/qam9qLXtj/u8mm+JpR7WEUVXiI4Yxdw1vMhSGLpKQm6u3ycIv9GjN8Qdq/YD7
uxktYXPG9POcA60CGk5Tb0a5i9ZIvFn+CKCjQmZZgwnBaqf9drvvtWGxJ9kK2xK8
q06kiksSPFg=
=AQgt
-----END PGP SIGNATURE-----
--- End Message ---