Merge lp:~vorlon/ubuntu/precise/resolvconf/lp.989585 into lp:ubuntu/precise/resolvconf

Proposed by Steve Langasek
Status: Rejected
Rejected by: Julian Andres Klode
Proposed branch: lp:~vorlon/ubuntu/precise/resolvconf/lp.989585
Merge into: lp:ubuntu/precise/resolvconf
Diff against target: 1704 lines (+871/-208)
28 files modified
bin/resolvconf (+5/-2)
debian/NEWS (+0/-17)
debian/changelog (+82/-1)
debian/control (+2/-2)
debian/copyright (+8/-5)
debian/po/cs.po (+43/-8)
debian/po/da.po (+39/-4)
debian/po/de.po (+39/-4)
debian/po/es.po (+69/-13)
debian/po/eu.po (+44/-11)
debian/po/fi.po (+41/-6)
debian/po/fr.po (+43/-8)
debian/po/gl.po (+39/-4)
debian/po/it.po (+43/-8)
debian/po/ja.po (+43/-8)
debian/po/nl.po (+42/-7)
debian/po/pt.po (+41/-6)
debian/po/ru.po (+44/-11)
debian/po/sv.po (+42/-8)
debian/po/templates.pot (+43/-7)
debian/po/vi.po (+43/-8)
debian/postinst (+40/-48)
debian/postrm (+9/-1)
debian/preinst (+6/-7)
debian/resolvconf.000resolvconf.if-up (+1/-1)
debian/resolvconf.resolvconf.if-down (+2/-2)
debian/templates (+17/-0)
man/resolvconf.8 (+1/-1)
To merge this branch: bzr merge lp:~vorlon/ubuntu/precise/resolvconf/lp.989585
Reviewer Review Type Date Requested Status
Kees Cook Approve
Canonical Foundations Team Pending
Review via email: mp+103958@code.launchpad.net

Description of the change

Proposed fix for immutable handling in resolvconf. The debconf template
could use some review.

To post a comment you must log in.
Revision history for this message
Kees Cook (kees) :
review: Approve
63. By Steve Langasek

Adjust the debconf template based on feedback from Barry. Thanks for the
review\!

64. By Steve Langasek

releasing version 1.63ubuntu12

65. By Stéphane Graber

Merge from Debian unstable

66. By Stéphane Graber

releasing version 1.65ubuntu1

67. By Steve Langasek

Fix syntax of db_input command, which is part of why we're seeing
failures in bug #994539.

Revision history for this message
Julian Andres Klode (juliank) wrote :

Cleaning up merge proposal queue

Unmerged revisions

67. By Steve Langasek

Fix syntax of db_input command, which is part of why we're seeing
failures in bug #994539.

66. By Stéphane Graber

releasing version 1.65ubuntu1

65. By Stéphane Graber

Merge from Debian unstable

64. By Steve Langasek

releasing version 1.63ubuntu12

63. By Steve Langasek

Adjust the debconf template based on feedback from Barry. Thanks for the
review\!

62. By Steve Langasek

Instead of throwing an error that aborts the upgrade when
/etc/resolv.conf is immutable, pop a debconf error message to let the
user know what's happening, then clear the immutable flag and continue
with the installation. LP: #989585.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/resolvconf'
--- bin/resolvconf 2012-02-20 19:15:28 +0000
+++ bin/resolvconf 2012-05-06 19:31:17 +0000
@@ -69,9 +69,12 @@
69 exit 069 exit 0
70 ;;70 ;;
71 --wipe-runtime-directories)71 --wipe-runtime-directories)
72 # Delete everything in the main run directory (target) but not the directory itself72 # Delete files in the resolvconf run directory (target) but not the directory itself
73 [ -d "$RUN_DIR" ] || exit 073 [ -d "$RUN_DIR" ] || exit 0
74 rm -rf "$RUN_DIR"/*74 rm -f "$RUN_DIR"/resolv.conf
75 rm -f "$ENABLE_UPDATES_FLAGFILE"
76 rm -f "$POSTPONED_UPDATE_FLAGFILE"
77 rm -rf "$IFACE_DIR"
75 exit 078 exit 0
76 ;;79 ;;
77esac80esac
7881
=== removed file 'debian/NEWS'
--- debian/NEWS 2010-07-12 12:41:37 +0000
+++ debian/NEWS 1970-01-01 00:00:00 +0000
@@ -1,17 +0,0 @@
1resolvconf (1.46) unstable; urgency=low
2
3 In the future the dhclient program will be shipped not in the
4 dhcp3-client package but in the isc-dhcp-client package. The
5 latter version of dhclient will read its configuration from
6 /etc/dhcp/ rather than from /etc/dhcp3/. Consequently, in order
7 to support the new version of dhclient, this resolvconf package
8 includes hook script /etc/dhcp/dhclient-enter-hooks.d/resolvconf
9 which currently has the same contents as the old dhclient hook
10 script /etc/dhcp3/dhclient-enter-hooks.d/resolvconf. If you have
11 made local changes to /etc/dhcp3/dhclient-enter-hooks.d/resolvconf
12 and you plan to install the isc-dhcp-client package then you
13 should consider making similar changes to
14 /etc/dhcp/dhclient-enter-hooks.d/resolvconf.
15
16 -- Thomas Hood <jdthood@gmail.com> Fri, 18 Jun 2010 09:19:00 +0200
17
180
=== modified file 'debian/changelog'
--- debian/changelog 2012-03-29 20:40:06 +0000
+++ debian/changelog 2012-05-06 19:31:17 +0000
@@ -1,6 +1,87 @@
1resolvconf (1.65ubuntu2) UNRELEASED; urgency=low
2
3 * Fix syntax of db_input command, which is part of why we're seeing
4 failures in bug #994539.
5
6 -- Steve Langasek <steve.langasek@ubuntu.com> Sun, 06 May 2012 12:28:09 -0700
7
8resolvconf (1.65ubuntu1) quantal; urgency=low
9
10 * Merge from debian unstable. Remaining changes:
11 - Make /etc/resolv.conf a relative symlink so that it works when
12 setting up chroots.
13 - Instead of throwing an error that aborts the upgrade when
14 /etc/resolv.conf is immutable, pop a debconf error message to let the
15 user know what's happening, then clear the immutable flag and continue
16 with the installation. LP: #989585.
17 - debian/config, debian/templates, debian/postinst: if we don't know that
18 /etc/resolv.conf was being dynamically managed before install (in at
19 least some cases), link the original contents of /etc/resolv.conf to
20 /etc/resolvconf/resolv.conf.d/tail so that any statically configured
21 nameservers aren't lost. LP: #923685.
22 - Use an upstart job instead of sysvinit script.
23 - Pre-Depend on the /run-providing version of initscripts instead of
24 depending, so that the preinst does the right thing when creating
25 /run/resolvconf/interfaces instead of getting clobbered later by a bind
26 mount on initscripts upgrade. LP: #922491.
27 - Completely drop the standard_run_subdirs_created helper function from
28 debian/postinst, since it serves no purpose here.
29 - postinst: Set resolvconf/linkify-resolvconf to false after initial
30 conversion, ensuring upgrades won't convert /etc/resolv.conf to
31 a symlink if the user manually converted it back to plain text.
32 (LP: #922677)
33 - Make resolvconf exit 0 when /etc/resolv.conf isn't a symlink
34 (instead of exit 1) and update the error message.
35 - Move the #DEBHELPER# token in debian/postinst to after the resolv.conf
36 symlink is set, so the init script can actually start (since it expects
37 /etc/resolv.conf to be a symlink).
38 - Eliminate all references to /etc/resolvconf/run. This should all be done
39 directly in /run, there is no reason to support making any of this
40 configurable with a symlink since we already have a versioned dependency
41 on the version of initscripts that introduces the /run transition.
42
43 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 03 May 2012 21:17:35 -0400
44
45resolvconf (1.65) unstable; urgency=low
46
47 [ Thomas Hood ]
48 * [3f0a1a1] Create /etc/resolvconf/run and its target and subdir
49 in the postinst as well as in the preinst (Closes: #662724)
50 * [ae16ea8] In postinst, as last resort, create /run/resolvconf/
51 even if /run isn't a tmpfs.
52 * [25711bf] ifupdown hook scripts: Don't return error to ifupdown
53 (Addresses #661591 so far as resolvconf is concerned)
54 * [8da29c3] Document that list-records doesn't list empty records.
55 Add patterns for biosdevnames (See LP#949473)
56 * [a998de3] Update default interface order patterns in list-records
57 * [94baf61] resolvconf(8): Update ref to dhclient hook script
58 (See LP#953257)
59
60 -- Thomas Hood <jdthood@gmail.com> Tue, 13 Mar 2012 09:09:35 +0100
61
62resolvconf (1.64) unstable; urgency=low
63
64 [ Thomas Hood ]
65 * [da2bfa4] Wipe more selectively (Closes: #657259)
66 * [e5fbaef] Ubuntu backport: on enable-updates, exit with nonzero
67 status if and only if updates could not be enabled (i.e., ignore
68 update script errors).
69 * [e1cb96e] Bump Standards-Version
70
71 -- Marco Nenciarini <mnencia@debian.org> Sun, 04 Mar 2012 17:44:13 +0100
72
73resolvconf (1.63ubuntu12) precise-proposed; urgency=low
74
75 * Instead of throwing an error that aborts the upgrade when
76 /etc/resolv.conf is immutable, pop a debconf error message to let the
77 user know what's happening, then clear the immutable flag and continue
78 with the installation. LP: #989585.
79
80 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 02 May 2012 12:51:50 -0700
81
1resolvconf (1.63ubuntu11) precise; urgency=low82resolvconf (1.63ubuntu11) precise; urgency=low
283
3 * debian/config: Update regexp toallow multiple DNS servers on a single84 * debian/config: Update regexp to allow multiple DNS servers on a single
4 dns-nameservers line.85 dns-nameservers line.
586
6 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 29 Mar 2012 16:38:31 -040087 -- Stéphane Graber <stgraber@ubuntu.com> Thu, 29 Mar 2012 16:38:31 -0400
788
=== modified file 'debian/control'
--- debian/control 2012-01-27 22:13:55 +0000
+++ debian/control 2012-05-06 19:31:17 +0000
@@ -9,11 +9,11 @@
9Vcs-Git: git://git.debian.org/git/resolvconf/resolvconf.git9Vcs-Git: git://git.debian.org/git/resolvconf/resolvconf.git
10Vcs-Browser: http://git.debian.org/?p=resolvconf/resolvconf.git10Vcs-Browser: http://git.debian.org/?p=resolvconf/resolvconf.git
11DM-Upload-Allowed: yes11DM-Upload-Allowed: yes
12Standards-Version: 3.9.2.012Standards-Version: 3.9.3
1313
14Package: resolvconf14Package: resolvconf
15Architecture: all15Architecture: all
16Enhances: isc-dhcp-client, dhcpcd, pump, udhcpc, ppp, ifupdown, network-manager, bind9, dnsmasq, pdnsd, totd, libc6, nscd16Enhances: isc-dhcp-client, dhcpcd, pump, udhcpc, ppp, ifupdown, network-manager, dnsmasq, pdnsd, totd, libc6, nscd
17Depends: lsb-base, ${misc:Depends}17Depends: lsb-base, ${misc:Depends}
18Pre-Depends: initscripts (>= 2.88dsf-13.10)18Pre-Depends: initscripts (>= 2.88dsf-13.10)
19Breaks: dnscache-run, dhcp3-client (<< 4.1.1-P1-15+squeeze1)19Breaks: dnscache-run, dhcp3-client (<< 4.1.1-P1-15+squeeze1)
2020
=== modified file 'debian/copyright'
--- debian/copyright 2011-12-17 23:25:04 +0000
+++ debian/copyright 2012-05-06 19:31:17 +0000
@@ -1,9 +1,12 @@
1Copyright © 2003-2011, Thomas Hood. All rights reserved.1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
3 This package is free software; you can redistribute it and/or modify3Files: *
4 it under the terms of the GNU General Public License as published by4Copyright: Copyright 2003-2012 Thomas Hood <jdthood@gmail.com>
5 the Free Software Foundation; either version 2 of the License, or5License: GPL-2+
6 (at your option) any later version.6 This program is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License
8 as published by the Free Software Foundation; either version 2
9 of the License, or (at your option) any later version.
7 .10 .
8 This package is distributed in the hope that it will be useful,11 This package is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of12 but WITHOUT ANY WARRANTY; without even the implied warranty of
1013
=== modified file 'debian/po/cs.po'
--- debian/po/cs.po 2012-01-02 07:57:48 +0000
+++ debian/po/cs.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.56\n"7"Project-Id-Version: resolvconf 1.56\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-15 15:02+0200\n"10"PO-Revision-Date: 2011-06-15 15:02+0200\n"
11"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"11"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
12"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"12"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -28,16 +28,16 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"Balík resolvconf obsahuje infrastrukturu vyžadovanou pro dynamické "35"Balík resolvconf obsahuje infrastrukturu vyžadovanou pro dynamické "
36"aktualizace konfigura�ního souboru resolveru. Sou�ástí infrastruktury je i "36"aktualizace konfigura�ního souboru resolveru. Sou�ástí infrastruktury je i "
37"symbolický odkaz z /etc/resolv.conf na /run/resolvconf/resolv.conf. "37"symbolický odkaz z /etc/resolv.conf na /run/resolvconf/resolv.conf. Pokud "
38"Pokud budete souhlasit, odkaz se vytvoří automaticky. Stávající /etc/resolv."38"budete souhlasit, odkaz se vytvoří automaticky. Stávající /etc/resolv.conf "
39"conf bude zachován jako /etc/resolvconf/resolv.conf.d/original a při "39"bude zachován jako /etc/resolvconf/resolv.conf.d/original a při odstranění "
40"odstranění balíku bude obnoven."40"balíku bude obnoven."
4141
42#. Type: boolean42#. Type: boolean
43#. Description43#. Description
@@ -187,3 +187,38 @@
187"Až do souboru /etc/network/interfaces přidáte požadované řádky „dns-"187"Až do souboru /etc/network/interfaces přidáte požadované řádky „dns-"
188"nameservers“, měli byste přesměrovat symbolický odkaz /etc/resolvconf/resolv."188"nameservers“, měli byste přesměrovat symbolický odkaz /etc/resolvconf/resolv."
189"conf.d/tail na /dev/null."189"conf.d/tail na /dev/null."
190
191#. Type: error
192#. Description
193#: ../templates:6001
194msgid "Removing immutable filesystem bit from /etc/resolv.conf"
195msgstr ""
196
197#. Type: error
198#. Description
199#: ../templates:6001
200msgid ""
201"The file /etc/resolv.conf was marked immutable on the filesystem with the "
202"'chattr' command. You may have done this to avoid the file being managed by "
203"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
204"by resolvconf in order to correctly support dynamic sources of DNS "
205"information."
206msgstr ""
207
208#. Type: error
209#. Description
210#: ../templates:6001
211msgid ""
212"The immutable flag on /etc/resolv.conf will be removed now, and the current "
213"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
214"original file contained static resolver configuration, it is recommended "
215"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
216msgstr ""
217
218#. Type: error
219#. Description
220#: ../templates:6001
221msgid ""
222"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
223"original contents of this file, but this is not recommended."
224msgstr ""
190225
=== modified file 'debian/po/da.po'
--- debian/po/da.po 2012-01-02 07:57:48 +0000
+++ debian/po/da.po 2012-05-06 19:31:17 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: resolvconf 1.56\n"9"Project-Id-Version: resolvconf 1.56\n"
10"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"10"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
11"POT-Creation-Date: 2011-05-31 20:26+0200\n"11"POT-Creation-Date: 2012-05-02 12:49-0700\n"
12"PO-Revision-Date: 2011-06-12 17:30+01:00\n"12"PO-Revision-Date: 2011-06-12 17:30+01:00\n"
13"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"13"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
14"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"14"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
@@ -30,9 +30,9 @@
30"The resolvconf package contains the infrastructure required for dynamic "30"The resolvconf package contains the infrastructure required for dynamic "
31"updating of the resolver configuration file. Part of the necessary "31"updating of the resolver configuration file. Part of the necessary "
32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
33"resolv.conf. If you choose this option then this link will be created; "33"resolv.conf. If you choose this option then this link will be created; the "
34"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"34"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
35"resolv.conf.d/original, and will be restored if this package is removed."35"conf.d/original, and will be restored if this package is removed."
36msgstr ""36msgstr ""
37"Pakken resolvconf indeholder infrastrukturen krævet for dynamisk opdatering "37"Pakken resolvconf indeholder infrastrukturen krævet for dynamisk opdatering "
38"af klarlæggerkonfigurationsfilen (»resolver«). En del af den nødvendige "38"af klarlæggerkonfigurationsfilen (»resolver«). En del af den nødvendige "
@@ -195,3 +195,38 @@
195"Efter de krævede »dns-nameservers«-linjer er blevet tilføjet til /etc/"195"Efter de krævede »dns-nameservers«-linjer er blevet tilføjet til /etc/"
196"network/interfaces, bør henvisningen /etc/resolvconf/resolv.conf.d/tail "196"network/interfaces, bør henvisningen /etc/resolvconf/resolv.conf.d/tail "
197"erstattes med en i /dev/null."197"erstattes med en i /dev/null."
198
199#. Type: error
200#. Description
201#: ../templates:6001
202msgid "Removing immutable filesystem bit from /etc/resolv.conf"
203msgstr ""
204
205#. Type: error
206#. Description
207#: ../templates:6001
208msgid ""
209"The file /etc/resolv.conf was marked immutable on the filesystem with the "
210"'chattr' command. You may have done this to avoid the file being managed by "
211"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
212"by resolvconf in order to correctly support dynamic sources of DNS "
213"information."
214msgstr ""
215
216#. Type: error
217#. Description
218#: ../templates:6001
219msgid ""
220"The immutable flag on /etc/resolv.conf will be removed now, and the current "
221"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
222"original file contained static resolver configuration, it is recommended "
223"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
224msgstr ""
225
226#. Type: error
227#. Description
228#: ../templates:6001
229msgid ""
230"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
231"original contents of this file, but this is not recommended."
232msgstr ""
198233
=== modified file 'debian/po/de.po'
--- debian/po/de.po 2012-01-02 07:57:48 +0000
+++ debian/po/de.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.55\n"7"Project-Id-Version: resolvconf 1.55\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-04 15:47+0200\n"10"PO-Revision-Date: 2011-06-04 15:47+0200\n"
11"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"11"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
12"Language-Team: German <debian-l10n-german@lists.debian.org>\n"12"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -28,9 +28,9 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"Das Paket Resolvconf enthält die für das dynamische Aktualisieren der "35"Das Paket Resolvconf enthält die für das dynamische Aktualisieren der "
36"Resolver-Konfigurationsdatei benötigte Infrastruktur. Teil der notwendigen "36"Resolver-Konfigurationsdatei benötigte Infrastruktur. Teil der notwendigen "
@@ -196,3 +196,38 @@
196"Nachdem benötigte »dns-nameservers«-Zeilen zu /etc/network/interfaces "196"Nachdem benötigte »dns-nameservers«-Zeilen zu /etc/network/interfaces "
197"hinzugefügt wurden, sollte der symbolische Link von /etc/resolvconf/resolv."197"hinzugefügt wurden, sollte der symbolische Link von /etc/resolvconf/resolv."
198"conf.d/tail auf /dev/null geändert werden."198"conf.d/tail auf /dev/null geändert werden."
199
200#. Type: error
201#. Description
202#: ../templates:6001
203msgid "Removing immutable filesystem bit from /etc/resolv.conf"
204msgstr ""
205
206#. Type: error
207#. Description
208#: ../templates:6001
209msgid ""
210"The file /etc/resolv.conf was marked immutable on the filesystem with the "
211"'chattr' command. You may have done this to avoid the file being managed by "
212"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
213"by resolvconf in order to correctly support dynamic sources of DNS "
214"information."
215msgstr ""
216
217#. Type: error
218#. Description
219#: ../templates:6001
220msgid ""
221"The immutable flag on /etc/resolv.conf will be removed now, and the current "
222"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
223"original file contained static resolver configuration, it is recommended "
224"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
225msgstr ""
226
227#. Type: error
228#. Description
229#: ../templates:6001
230msgid ""
231"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
232"original contents of this file, but this is not recommended."
233msgstr ""
199234
=== modified file 'debian/po/es.po'
--- debian/po/es.po 2012-01-02 07:57:48 +0000
+++ debian/po/es.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.59\n"7"Project-Id-Version: resolvconf 1.59\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-09-21 23:44+0200\n"10"PO-Revision-Date: 2011-09-21 23:44+0200\n"
11"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"11"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
12"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"12"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -31,17 +31,17 @@
31"The resolvconf package contains the infrastructure required for dynamic "31"The resolvconf package contains the infrastructure required for dynamic "
32"updating of the resolver configuration file. Part of the necessary "32"updating of the resolver configuration file. Part of the necessary "
33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
34"resolv.conf. If you choose this option then this link will be created; "34"resolv.conf. If you choose this option then this link will be created; the "
35"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"35"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
36"resolv.conf.d/original, and will be restored if this package is removed."36"conf.d/original, and will be restored if this package is removed."
37msgstr ""37msgstr ""
38"El paquete resolvconf incluye la infraestructura necesaria para poder "38"El paquete resolvconf incluye la infraestructura necesaria para poder "
39"actualizar de forma dinámica el fichero de configuración de resolución. Un "39"actualizar de forma dinámica el fichero de configuración de resolución. Un "
40"enlace simbólico de «/etc/resolv.conf» a «/run/resolvconf/resolv.conf» "40"enlace simbólico de «/etc/resolv.conf» a «/run/resolvconf/resolv.conf» es "
41"es parte de la infraestructura necesaria. Si elije esta opción se creará "41"parte de la infraestructura necesaria. Si elije esta opción se creará este "
42"este enlace. Se preservarán los contenidos del fichero «/etc/resolv.conf» "42"enlace. Se preservarán los contenidos del fichero «/etc/resolv.conf» actual "
43"actual en el fichero «/etc/resolvconf/resolv.conf.d/original» y se "43"en el fichero «/etc/resolvconf/resolv.conf.d/original» y se restaurará este "
44"restaurará este archivo si elimina el paquete."44"archivo si elimina el paquete."
4545
46#. Type: boolean46#. Type: boolean
47#. Description47#. Description
@@ -84,7 +84,12 @@
84"interface configurers are expected to supply name server information to the "84"interface configurers are expected to supply name server information to the "
85"resolvconf program. However, although installation of the resolvconf package "85"resolvconf program. However, although installation of the resolvconf package "
86"triggers them to supply their information, some of them fail to do so."86"triggers them to supply their information, some of them fail to do so."
87msgstr "Se espera que los proveedores de información de servidores de nombres, como puedan ser servidores de nombres con caché local y los sistemas que configuran las interfaces, de información al programa resolvconf. Sin embargo, aunque la instalación del paquete resolvconf hace que éstos proporcionen esta información, algunos de éstos pueden no darla."87msgstr ""
88"Se espera que los proveedores de información de servidores de nombres, como "
89"puedan ser servidores de nombres con caché local y los sistemas que "
90"configuran las interfaces, de información al programa resolvconf. Sin "
91"embargo, aunque la instalación del paquete resolvconf hace que éstos "
92"proporcionen esta información, algunos de éstos pueden no darla."
8893
89#. Type: note94#. Type: note
90#. Description95#. Description
@@ -97,7 +102,16 @@
97"information is retained even if the associated interface is later "102"information is retained even if the associated interface is later "
98"deconfigured. (This incorrect behavior is judged to be less harmful than the "103"deconfigured. (This incorrect behavior is judged to be less harmful than the "
99"alternative of losing valid information.)"104"alternative of losing valid information.)"
100msgstr "Este error puede dar lugar a la pérdida de la información de servidores de nombres válidos al instalar el paquete resolvconf si no se adoptar las siguientes medidas de para evitar el problema: resolvconf incluye los contenidos completos del fichero «/etc/resolv.conf» antes de la instalación en su base de datos hasta un reinicio del sistema. Esto tiene el inconveniente de que la información de servidores de nombres se mantiene aún cuando la interfaz asociada se desconfigure (se considera que este comportamiento inválido es menos perjuidicial que la alternativa de perder información válida)."105msgstr ""
106"Este error puede dar lugar a la pérdida de la información de servidores de "
107"nombres válidos al instalar el paquete resolvconf si no se adoptar las "
108"siguientes medidas de para evitar el problema: resolvconf incluye los "
109"contenidos completos del fichero «/etc/resolv.conf» antes de la instalación "
110"en su base de datos hasta un reinicio del sistema. Esto tiene el "
111"inconveniente de que la información de servidores de nombres se mantiene aún "
112"cuando la interfaz asociada se desconfigure (se considera que este "
113"comportamiento inválido es menos perjuidicial que la alternativa de perder "
114"información válida)."
101115
102#. Type: note116#. Type: note
103#. Description117#. Description
@@ -107,7 +121,11 @@
107"to ensure that resolvconf has fully correct name server information after "121"to ensure that resolvconf has fully correct name server information after "
108"the resolvconf package has been installed on a running system is to reboot "122"the resolvconf package has been installed on a running system is to reboot "
109"the system."123"the system."
110msgstr "Hasta que este error no se haya arreglado y se haya eliminado este arreglo transitorio, la única forma de asegurarse que resolvconf tiene la información correcta de los servidores de nombres después de su instalación es reiniciar el sistema."124msgstr ""
125"Hasta que este error no se haya arreglado y se haya eliminado este arreglo "
126"transitorio, la única forma de asegurarse que resolvconf tiene la "
127"información correcta de los servidores de nombres después de su instalación "
128"es reiniciar el sistema."
111129
112#. Type: note130#. Type: note
113#. Description131#. Description
@@ -116,7 +134,10 @@
116"The removal of the resolvconf package may have resulted in some information "134"The removal of the resolvconf package may have resulted in some information "
117"about name servers becoming unavailable. To correct this problem it is "135"about name servers becoming unavailable. To correct this problem it is "
118"recommended that the system be rebooted."136"recommended that the system be rebooted."
119msgstr "Es posible que la eliminación del paquete resolvconf haya tenido como resultado la pérdida de alguna información sobre los servidores de nombres. Se recomienda reiniciar el sistema para corregir este problema."137msgstr ""
138"Es posible que la eliminación del paquete resolvconf haya tenido como "
139"resultado la pérdida de alguna información sobre los servidores de nombres. "
140"Se recomienda reiniciar el sistema para corregir este problema."
120141
121#. Type: boolean142#. Type: boolean
122#. Description143#. Description
@@ -179,3 +200,38 @@
179"Debería reemplazar el enlace simbólico «/etc/resolvconf/resolv.conf.d/tail» "200"Debería reemplazar el enlace simbólico «/etc/resolvconf/resolv.conf.d/tail» "
180"para que sea un enlace a «/dev/null» una vez haya añadido las líneas «dns-"201"para que sea un enlace a «/dev/null» una vez haya añadido las líneas «dns-"
181"nameservers» necesarias a «/etc/network/interfaces»."202"nameservers» necesarias a «/etc/network/interfaces»."
203
204#. Type: error
205#. Description
206#: ../templates:6001
207msgid "Removing immutable filesystem bit from /etc/resolv.conf"
208msgstr ""
209
210#. Type: error
211#. Description
212#: ../templates:6001
213msgid ""
214"The file /etc/resolv.conf was marked immutable on the filesystem with the "
215"'chattr' command. You may have done this to avoid the file being managed by "
216"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
217"by resolvconf in order to correctly support dynamic sources of DNS "
218"information."
219msgstr ""
220
221#. Type: error
222#. Description
223#: ../templates:6001
224msgid ""
225"The immutable flag on /etc/resolv.conf will be removed now, and the current "
226"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
227"original file contained static resolver configuration, it is recommended "
228"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
229msgstr ""
230
231#. Type: error
232#. Description
233#: ../templates:6001
234msgid ""
235"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
236"original contents of this file, but this is not recommended."
237msgstr ""
182238
=== modified file 'debian/po/eu.po'
--- debian/po/eu.po 2012-01-02 07:57:48 +0000
+++ debian/po/eu.po 2012-05-06 19:31:17 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: resolvconf 1.55\n"8"Project-Id-Version: resolvconf 1.55\n"
9"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"9"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
10"POT-Creation-Date: 2011-05-31 20:26+0200\n"10"POT-Creation-Date: 2012-05-02 12:49-0700\n"
11"PO-Revision-Date: 2011-06-06 15:34+0200\n"11"PO-Revision-Date: 2011-06-06 15:34+0200\n"
12"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"12"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
13"Language-Team: Basque <debian-l10n-basque@lists.debian.org>\n"13"Language-Team: Basque <debian-l10n-basque@lists.debian.org>\n"
@@ -31,17 +31,16 @@
31"The resolvconf package contains the infrastructure required for dynamic "31"The resolvconf package contains the infrastructure required for dynamic "
32"updating of the resolver configuration file. Part of the necessary "32"updating of the resolver configuration file. Part of the necessary "
33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
34"resolv.conf. If you choose this option then this link will be created; "34"resolv.conf. If you choose this option then this link will be created; the "
35"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"35"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
36"resolv.conf.d/original, and will be restored if this package is removed."36"conf.d/original, and will be restored if this package is removed."
37msgstr ""37msgstr ""
38"Resolvconf paketeak ebazlearen konfigurazioko fitxategia automatikoki "38"Resolvconf paketeak ebazlearen konfigurazioko fitxategia automatikoki "
39"eguneratzeko beharrezkoa den azpiegitura du. Beharrezko azpiegitura horren "39"eguneratzeko beharrezkoa den azpiegitura du. Beharrezko azpiegitura horren "
40"zati bat /etc/resolv.conf fitxategiaren /run/resolvconf/resolv.conf "40"zati bat /etc/resolv.conf fitxategiaren /run/resolvconf/resolv.conf arteko "
41"arteko esteka sinboliko bat da. Aukera hau hautatzean, esteka hori sortuko "41"esteka sinboliko bat da. Aukera hau hautatzean, esteka hori sortuko da; "
42"da; aurretik dagoen /etc/resolv.conf fitxategia /etc/resolvconf/resolv.conf."42"aurretik dagoen /etc/resolv.conf fitxategia /etc/resolvconf/resolv.conf.d/"
43"d/original izenarekin gordeko da, eta berriz leheneratuko da paketea "43"original izenarekin gordeko da, eta berriz leheneratuko da paketea kentzean."
44"kentzean."
4544
46#. Type: boolean45#. Type: boolean
47#. Description46#. Description
@@ -133,8 +132,8 @@
133"recommended that the system be rebooted."132"recommended that the system be rebooted."
134msgstr ""133msgstr ""
135"resolvconf paketea kentzeak izen-zerbitzariei buruzko informazio batzuk "134"resolvconf paketea kentzeak izen-zerbitzariei buruzko informazio batzuk "
136"eskuragarri ez egotea eragin dezake. Arazo hau konpontzeko, "135"eskuragarri ez egotea eragin dezake. Arazo hau konpontzeko, sistema "
137"sistema berrabiaraztea gomendatzen da."136"berrabiaraztea gomendatzen da."
138137
139#. Type: boolean138#. Type: boolean
140#. Description139#. Description
@@ -195,3 +194,37 @@
195"fitxategira gehitu direnean, /etc/resolvconf/resolv.conf.d/tail lotura /dev/"194"fitxategira gehitu direnean, /etc/resolvconf/resolv.conf.d/tail lotura /dev/"
196"null-erako batez ordeztu beharko zen."195"null-erako batez ordeztu beharko zen."
197196
197#. Type: error
198#. Description
199#: ../templates:6001
200msgid "Removing immutable filesystem bit from /etc/resolv.conf"
201msgstr ""
202
203#. Type: error
204#. Description
205#: ../templates:6001
206msgid ""
207"The file /etc/resolv.conf was marked immutable on the filesystem with the "
208"'chattr' command. You may have done this to avoid the file being managed by "
209"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
210"by resolvconf in order to correctly support dynamic sources of DNS "
211"information."
212msgstr ""
213
214#. Type: error
215#. Description
216#: ../templates:6001
217msgid ""
218"The immutable flag on /etc/resolv.conf will be removed now, and the current "
219"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
220"original file contained static resolver configuration, it is recommended "
221"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
222msgstr ""
223
224#. Type: error
225#. Description
226#: ../templates:6001
227msgid ""
228"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
229"original contents of this file, but this is not recommended."
230msgstr ""
198231
=== modified file 'debian/po/fi.po'
--- debian/po/fi.po 2012-01-02 07:57:48 +0000
+++ debian/po/fi.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.38\n"7"Project-Id-Version: resolvconf 1.38\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2008-02-20 00:13+0200\n"10"PO-Revision-Date: 2008-02-20 00:13+0200\n"
11"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"11"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
12"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"12"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -30,14 +30,14 @@
30"The resolvconf package contains the infrastructure required for dynamic "30"The resolvconf package contains the infrastructure required for dynamic "
31"updating of the resolver configuration file. Part of the necessary "31"updating of the resolver configuration file. Part of the necessary "
32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
33"resolv.conf. If you choose this option then this link will be created; "33"resolv.conf. If you choose this option then this link will be created; the "
34"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"34"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
35"resolv.conf.d/original, and will be restored if this package is removed."35"conf.d/original, and will be restored if this package is removed."
36msgstr ""36msgstr ""
37"Paketti resolvconf sisältää tarvittavat rakenteet selvittäjän "37"Paketti resolvconf sisältää tarvittavat rakenteet selvittäjän "
38"asetustiedoston dynaamiseksi päivittämiseksi. Yksi tarpeellinen osa on "38"asetustiedoston dynaamiseksi päivittämiseksi. Yksi tarpeellinen osa on "
39"symbolinen linkki nimeltä /etc/resolv.conf tiedostoon /run/resolvconf/"39"symbolinen linkki nimeltä /etc/resolv.conf tiedostoon /run/resolvconf/resolv."
40"resolv.conf. Jos valitset tämän vaihtoehdon, linkki luodaan. Olemassa oleva "40"conf. Jos valitset tämän vaihtoehdon, linkki luodaan. Olemassa oleva "
41"tiedosto /etc/resolv.conf talletetaan nimelle /etc/resolvconf/resolv.conf.d/"41"tiedosto /etc/resolv.conf talletetaan nimelle /etc/resolvconf/resolv.conf.d/"
42"original ja palautetaan, jos tämä paketti poistetaan."42"original ja palautetaan, jos tämä paketti poistetaan."
4343
@@ -175,3 +175,38 @@
175"Kun vaaditut �dns-nameservers�-rivit on lisätty tiedostoon /etc/network/"175"Kun vaaditut �dns-nameservers�-rivit on lisätty tiedostoon /etc/network/"
176"interfaces, Linkki /etc/resolvconf/resolv.conf.d/tail tulisi muuttaa "176"interfaces, Linkki /etc/resolvconf/resolv.conf.d/tail tulisi muuttaa "
177"osoittamaan sijaintiin /dev/null."177"osoittamaan sijaintiin /dev/null."
178
179#. Type: error
180#. Description
181#: ../templates:6001
182msgid "Removing immutable filesystem bit from /etc/resolv.conf"
183msgstr ""
184
185#. Type: error
186#. Description
187#: ../templates:6001
188msgid ""
189"The file /etc/resolv.conf was marked immutable on the filesystem with the "
190"'chattr' command. You may have done this to avoid the file being managed by "
191"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
192"by resolvconf in order to correctly support dynamic sources of DNS "
193"information."
194msgstr ""
195
196#. Type: error
197#. Description
198#: ../templates:6001
199msgid ""
200"The immutable flag on /etc/resolv.conf will be removed now, and the current "
201"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
202"original file contained static resolver configuration, it is recommended "
203"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
204msgstr ""
205
206#. Type: error
207#. Description
208#: ../templates:6001
209msgid ""
210"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
211"original contents of this file, but this is not recommended."
212msgstr ""
178213
=== modified file 'debian/po/fr.po'
--- debian/po/fr.po 2012-01-02 07:57:48 +0000
+++ debian/po/fr.po 2012-05-06 19:31:17 +0000
@@ -13,7 +13,7 @@
13msgstr ""13msgstr ""
14"Project-Id-Version: resolvconf 1.55\n"14"Project-Id-Version: resolvconf 1.55\n"
15"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"15"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
16"POT-Creation-Date: 2011-05-31 20:26+0200\n"16"POT-Creation-Date: 2012-05-02 12:49-0700\n"
17"PO-Revision-Date: 2011-06-03 08:07+0200\n"17"PO-Revision-Date: 2011-06-03 08:07+0200\n"
18"Last-Translator: Christian Perrier <bubulle@debian.org>\n"18"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
19"Language-Team: French <debian-l10n-french@lists.debian.org>\n"19"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -37,17 +37,17 @@
37"The resolvconf package contains the infrastructure required for dynamic "37"The resolvconf package contains the infrastructure required for dynamic "
38"updating of the resolver configuration file. Part of the necessary "38"updating of the resolver configuration file. Part of the necessary "
39"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"39"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
40"resolv.conf. If you choose this option then this link will be created; "40"resolv.conf. If you choose this option then this link will be created; the "
41"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"41"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
42"resolv.conf.d/original, and will be restored if this package is removed."42"conf.d/original, and will be restored if this package is removed."
43msgstr ""43msgstr ""
44"Le paquet resolvconf installe l'infrastructure permettant la mise à jour du "44"Le paquet resolvconf installe l'infrastructure permettant la mise à jour du "
45"fichier de configuration du résolveur. Une des modifications nécessaires est "45"fichier de configuration du résolveur. Une des modifications nécessaires est "
46"la mise en place d'un lien symbolique depuis /etc/resolv.conf vers /run/"46"la mise en place d'un lien symbolique depuis /etc/resolv.conf vers /run/"
47"resolvconf/resolv.conf. Si vous choisissez cette option, ce lien sera "47"resolvconf/resolv.conf. Si vous choisissez cette option, ce lien sera créé. "
48"créé. Le fichier /etc/resolv.conf sera conservé sous le nom de /etc/"48"Le fichier /etc/resolv.conf sera conservé sous le nom de /etc/resolvconf/"
49"resolvconf/resolv.conf.d/original. Si ce paquet est enlevé, le fichier sera "49"resolv.conf.d/original. Si ce paquet est enlevé, le fichier sera remis dans "
50"remis dans son état original."50"son état original."
5151
52#. Type: boolean52#. Type: boolean
53#. Description53#. Description
@@ -205,3 +205,38 @@
205"Après avoir modifié /etc/network/interfaces pour ajouter les lignes « dns-"205"Après avoir modifié /etc/network/interfaces pour ajouter les lignes « dns-"
206"nameservers », vous devriez faire pointer le lien symbolique /etc/resolvconf/"206"nameservers », vous devriez faire pointer le lien symbolique /etc/resolvconf/"
207"resolv.conf.d/tail vers /dev/null."207"resolv.conf.d/tail vers /dev/null."
208
209#. Type: error
210#. Description
211#: ../templates:6001
212msgid "Removing immutable filesystem bit from /etc/resolv.conf"
213msgstr ""
214
215#. Type: error
216#. Description
217#: ../templates:6001
218msgid ""
219"The file /etc/resolv.conf was marked immutable on the filesystem with the "
220"'chattr' command. You may have done this to avoid the file being managed by "
221"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
222"by resolvconf in order to correctly support dynamic sources of DNS "
223"information."
224msgstr ""
225
226#. Type: error
227#. Description
228#: ../templates:6001
229msgid ""
230"The immutable flag on /etc/resolv.conf will be removed now, and the current "
231"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
232"original file contained static resolver configuration, it is recommended "
233"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
234msgstr ""
235
236#. Type: error
237#. Description
238#: ../templates:6001
239msgid ""
240"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
241"original contents of this file, but this is not recommended."
242msgstr ""
208243
=== modified file 'debian/po/gl.po'
--- debian/po/gl.po 2012-01-02 07:57:48 +0000
+++ debian/po/gl.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.37\n"7"Project-Id-Version: resolvconf 1.37\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2008-02-11 19:03+0000\n"10"PO-Revision-Date: 2008-02-11 19:03+0000\n"
11"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"11"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
12"Language-Team: Galician <proxecto@trasno.net>\n"12"Language-Team: Galician <proxecto@trasno.net>\n"
@@ -28,9 +28,9 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"O paquete \"resolvconf\" contén a infraestrutura necesaria para actualizar "35"O paquete \"resolvconf\" contén a infraestrutura necesaria para actualizar "
36"dinamicamente o ficheiro de configuración do resolvedor. Parte dela é unha "36"dinamicamente o ficheiro de configuración do resolvedor. Parte dela é unha "
@@ -173,3 +173,38 @@
173"Despois de engadir as liñas \"dns-nameserver\" necesarias ao ficheiro /etc/"173"Despois de engadir as liñas \"dns-nameserver\" necesarias ao ficheiro /etc/"
174"network/interfaces , deberíase substituír a ligazón /etc/resolvconf/resolv."174"network/interfaces , deberíase substituír a ligazón /etc/resolvconf/resolv."
175"conf.d/tail por unha ligazón a /dev/null."175"conf.d/tail por unha ligazón a /dev/null."
176
177#. Type: error
178#. Description
179#: ../templates:6001
180msgid "Removing immutable filesystem bit from /etc/resolv.conf"
181msgstr ""
182
183#. Type: error
184#. Description
185#: ../templates:6001
186msgid ""
187"The file /etc/resolv.conf was marked immutable on the filesystem with the "
188"'chattr' command. You may have done this to avoid the file being managed by "
189"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
190"by resolvconf in order to correctly support dynamic sources of DNS "
191"information."
192msgstr ""
193
194#. Type: error
195#. Description
196#: ../templates:6001
197msgid ""
198"The immutable flag on /etc/resolv.conf will be removed now, and the current "
199"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
200"original file contained static resolver configuration, it is recommended "
201"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
202msgstr ""
203
204#. Type: error
205#. Description
206#: ../templates:6001
207msgid ""
208"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
209"original contents of this file, but this is not recommended."
210msgstr ""
176211
=== modified file 'debian/po/it.po'
--- debian/po/it.po 2012-01-02 07:57:48 +0000
+++ debian/po/it.po 2012-05-06 19:31:17 +0000
@@ -7,7 +7,7 @@
7msgstr ""7msgstr ""
8"Project-Id-Version: resolvconf 1.57\n"8"Project-Id-Version: resolvconf 1.57\n"
9"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"9"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
10"POT-Creation-Date: 2011-05-31 20:26+0200\n"10"POT-Creation-Date: 2012-05-02 12:49-0700\n"
11"PO-Revision-Date: 2011-06-28 11:03+0200\n"11"PO-Revision-Date: 2011-06-28 11:03+0200\n"
12"Last-Translator: Marco Nenciarini <mnencia@debian.org>\n"12"Last-Translator: Marco Nenciarini <mnencia@debian.org>\n"
13"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"13"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -29,17 +29,17 @@
29"The resolvconf package contains the infrastructure required for dynamic "29"The resolvconf package contains the infrastructure required for dynamic "
30"updating of the resolver configuration file. Part of the necessary "30"updating of the resolver configuration file. Part of the necessary "
31"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"31"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
32"resolv.conf. If you choose this option then this link will be created; "32"resolv.conf. If you choose this option then this link will be created; the "
33"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"33"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
34"resolv.conf.d/original, and will be restored if this package is removed."34"conf.d/original, and will be restored if this package is removed."
35msgstr ""35msgstr ""
36"Il pacchetto resolvconf contiene l'infrastruttura necessaria per aggiornare "36"Il pacchetto resolvconf contiene l'infrastruttura necessaria per aggiornare "
37"dinamicamente il file di configurazione della risoluzione dei nomi. Parte "37"dinamicamente il file di configurazione della risoluzione dei nomi. Parte "
38"fondamentale dell'infrastruttura è il collegamento simbolico /etc/resolv."38"fondamentale dell'infrastruttura è il collegamento simbolico /etc/resolv."
39"conf verso /run/resolvconf/resolv.conf. Se si accetta verrà creato "39"conf verso /run/resolvconf/resolv.conf. Se si accetta verrà creato questo "
40"questo collegamento; il file /etc/resolv.conf esistente viene preservato "40"collegamento; il file /etc/resolv.conf esistente viene preservato come /etc/"
41"come /etc/resolvconf/resolv.conf.d/original e verrà ripristinato alla "41"resolvconf/resolv.conf.d/original e verrà ripristinato alla rimozione di "
42"rimozione di questo pacchetto."42"questo pacchetto."
4343
44#. Type: boolean44#. Type: boolean
45#. Description45#. Description
@@ -196,3 +196,38 @@
196"Una volta aggiunte le righe obbligatorie \"dns-nameservers\" a /etc/network/"196"Una volta aggiunte le righe obbligatorie \"dns-nameservers\" a /etc/network/"
197"interfaces, il collegamento /etc/resolvconf/resolv.conf.d/tail deve essere "197"interfaces, il collegamento /etc/resolvconf/resolv.conf.d/tail deve essere "
198"sostituito con uno verso /dev/null."198"sostituito con uno verso /dev/null."
199
200#. Type: error
201#. Description
202#: ../templates:6001
203msgid "Removing immutable filesystem bit from /etc/resolv.conf"
204msgstr ""
205
206#. Type: error
207#. Description
208#: ../templates:6001
209msgid ""
210"The file /etc/resolv.conf was marked immutable on the filesystem with the "
211"'chattr' command. You may have done this to avoid the file being managed by "
212"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
213"by resolvconf in order to correctly support dynamic sources of DNS "
214"information."
215msgstr ""
216
217#. Type: error
218#. Description
219#: ../templates:6001
220msgid ""
221"The immutable flag on /etc/resolv.conf will be removed now, and the current "
222"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
223"original file contained static resolver configuration, it is recommended "
224"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
225msgstr ""
226
227#. Type: error
228#. Description
229#: ../templates:6001
230msgid ""
231"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
232"original contents of this file, but this is not recommended."
233msgstr ""
199234
=== modified file 'debian/po/ja.po'
--- debian/po/ja.po 2012-01-02 07:57:48 +0000
+++ debian/po/ja.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.41\n"7"Project-Id-Version: resolvconf 1.41\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2008-08-03 21:04+0900\n"10"PO-Revision-Date: 2008-08-03 21:04+0900\n"
11"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"11"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
12"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"12"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -28,16 +28,16 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"resolvconf パッケージ��リゾル�設定ファイル�動的更新�必���れる仕組�を"35"resolvconf パッケージ��リゾル�設定ファイル�動的更新�必���れる仕組�を"
36"�ん����。必���る仕組��一�� /etc/resolv.conf �ら /run/resolvconf/"36"�ん����。必���る仕組��一�� /etc/resolv.conf �ら /run/resolvconf/"
37"resolv.conf ��シンボリックリンク��。��オプションを�����リンク"37"resolv.conf ��シンボリックリンク��。��オプションを�����リンク�作"
38"�作��れ��。����る /etc/resolv.conf ファイル� /etc/resolvconf/"38"��れ��。����る /etc/resolv.conf ファイル� /etc/resolvconf/resolv."
39"resolv.conf.d/original ����存�れ�� (��ファイル��パッケージ�削除�"39"conf.d/original ����存�れ�� (��ファイル��パッケージ�削除�れる際"
40"れる際�元�戻�れ��)。"40"�元�戻�れ��)。"
4141
42#. Type: boolean42#. Type: boolean
43#. Description43#. Description
@@ -171,3 +171,38 @@
171"/etc/network/interfaces �必�� \"dns-nameservers\" 行を加��後�/etc/"171"/etc/network/interfaces �必�� \"dns-nameservers\" 行を加��後�/etc/"
172"resolvconf/resolv.conf.d/tail ��シンボリックリンクを /dev/null ��リンク�"172"resolvconf/resolv.conf.d/tail ��シンボリックリンクを /dev/null ��リンク�"
173"変更�る必���り��。"173"変更�る必���り��。"
174
175#. Type: error
176#. Description
177#: ../templates:6001
178msgid "Removing immutable filesystem bit from /etc/resolv.conf"
179msgstr ""
180
181#. Type: error
182#. Description
183#: ../templates:6001
184msgid ""
185"The file /etc/resolv.conf was marked immutable on the filesystem with the "
186"'chattr' command. You may have done this to avoid the file being managed by "
187"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
188"by resolvconf in order to correctly support dynamic sources of DNS "
189"information."
190msgstr ""
191
192#. Type: error
193#. Description
194#: ../templates:6001
195msgid ""
196"The immutable flag on /etc/resolv.conf will be removed now, and the current "
197"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
198"original file contained static resolver configuration, it is recommended "
199"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
200msgstr ""
201
202#. Type: error
203#. Description
204#: ../templates:6001
205msgid ""
206"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
207"original contents of this file, but this is not recommended."
208msgstr ""
174209
=== modified file 'debian/po/nl.po'
--- debian/po/nl.po 2012-01-02 07:57:48 +0000
+++ debian/po/nl.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.56\n"7"Project-Id-Version: resolvconf 1.56\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-24 14:04+0200\n"10"PO-Revision-Date: 2011-06-24 14:04+0200\n"
11"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"11"Last-Translator: Vincent Zweije <vincent@zweije.nl>\n"
12"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"12"Language-Team: Dutch <debian-l10n-dutch@lists.debian.org>\n"
@@ -28,16 +28,16 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"Het resolvconf-pakket bevat de infrastructuur om automatisch bijwerken van "35"Het resolvconf-pakket bevat de infrastructuur om automatisch bijwerken van "
36"het resolver-configuratiebestand mogelijk te maken. Een gedeelte van de "36"het resolver-configuratiebestand mogelijk te maken. Een gedeelte van de "
37"noodzakelijke infrastructuur is een symbolische koppeling van /etc/resolv."37"noodzakelijke infrastructuur is een symbolische koppeling van /etc/resolv."
38"conf naar /run/resolvconf/resolv.conf. Als u deze optie accepteert zal "38"conf naar /run/resolvconf/resolv.conf. Als u deze optie accepteert zal deze "
39"deze koppeling gemaakt worden; het bestaande /etc/resolv.conf-bestand zal "39"koppeling gemaakt worden; het bestaande /etc/resolv.conf-bestand zal worden "
40"worden bewaard als /etc/resolvconf/resolv.conf.d/original en zal worden "40"bewaard als /etc/resolvconf/resolv.conf.d/original en zal worden "
41"teruggeplaatst als het pakket wordt verwijderd."41"teruggeplaatst als het pakket wordt verwijderd."
4242
43#. Type: boolean43#. Type: boolean
@@ -195,3 +195,38 @@
195"Nadat de benodigde \"dns-nameservers\"-regels zijn toegevoegd aan /etc/"195"Nadat de benodigde \"dns-nameservers\"-regels zijn toegevoegd aan /etc/"
196"network/interfaces, dient de symbolische koppeling /etc/resolvconf/resolv."196"network/interfaces, dient de symbolische koppeling /etc/resolvconf/resolv."
197"conf.d/tail te worden vervangen door één die naar /dev/null wijst."197"conf.d/tail te worden vervangen door één die naar /dev/null wijst."
198
199#. Type: error
200#. Description
201#: ../templates:6001
202msgid "Removing immutable filesystem bit from /etc/resolv.conf"
203msgstr ""
204
205#. Type: error
206#. Description
207#: ../templates:6001
208msgid ""
209"The file /etc/resolv.conf was marked immutable on the filesystem with the "
210"'chattr' command. You may have done this to avoid the file being managed by "
211"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
212"by resolvconf in order to correctly support dynamic sources of DNS "
213"information."
214msgstr ""
215
216#. Type: error
217#. Description
218#: ../templates:6001
219msgid ""
220"The immutable flag on /etc/resolv.conf will be removed now, and the current "
221"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
222"original file contained static resolver configuration, it is recommended "
223"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
224msgstr ""
225
226#. Type: error
227#. Description
228#: ../templates:6001
229msgid ""
230"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
231"original contents of this file, but this is not recommended."
232msgstr ""
198233
=== modified file 'debian/po/pt.po'
--- debian/po/pt.po 2012-01-02 07:57:48 +0000
+++ debian/po/pt.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf_1.56\n"7"Project-Id-Version: resolvconf_1.56\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-24 23:33+0000\n"10"PO-Revision-Date: 2011-06-24 23:33+0000\n"
11"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"11"Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
12"Language-Team: Portuguese <traduz@debianpt.org>\n"12"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -28,9 +28,9 @@
28"The resolvconf package contains the infrastructure required for dynamic "28"The resolvconf package contains the infrastructure required for dynamic "
29"updating of the resolver configuration file. Part of the necessary "29"updating of the resolver configuration file. Part of the necessary "
30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"30"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
31"resolv.conf. If you choose this option then this link will be created; "31"resolv.conf. If you choose this option then this link will be created; the "
32"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"32"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
33"resolv.conf.d/original, and will be restored if this package is removed."33"conf.d/original, and will be restored if this package is removed."
34msgstr ""34msgstr ""
35"O pacote resolvconf contém a infraestrutura requerida para actualizar "35"O pacote resolvconf contém a infraestrutura requerida para actualizar "
36"dinamicamente o ficheiro de configuração do resolver. Parte da "36"dinamicamente o ficheiro de configuração do resolver. Parte da "
@@ -128,8 +128,8 @@
128"recommended that the system be rebooted."128"recommended that the system be rebooted."
129msgstr ""129msgstr ""
130"A remoção do pacote resolvconf pode ter resultado na indisponibilidade de "130"A remoção do pacote resolvconf pode ter resultado na indisponibilidade de "
131"alguma informação acerca de servidores de nomes. Para corrigir este " 131"alguma informação acerca de servidores de nomes. Para corrigir este problema "
132"problema é recomendável que o sistema seja reiniciado."132"é recomendável que o sistema seja reiniciado."
133133
134#. Type: boolean134#. Type: boolean
135#. Description135#. Description
@@ -191,3 +191,38 @@
191"Após as linhas \"dns-nameserver\" necessárias terem sido acrescentadas ao "191"Após as linhas \"dns-nameserver\" necessárias terem sido acrescentadas ao "
192"ficheiro /etc/network/interfaces, a ligação simbólica /etc/resolvconf/resolv."192"ficheiro /etc/network/interfaces, a ligação simbólica /etc/resolvconf/resolv."
193"conf.d/tail deve ser substituída por uma para /dev/null."193"conf.d/tail deve ser substituída por uma para /dev/null."
194
195#. Type: error
196#. Description
197#: ../templates:6001
198msgid "Removing immutable filesystem bit from /etc/resolv.conf"
199msgstr ""
200
201#. Type: error
202#. Description
203#: ../templates:6001
204msgid ""
205"The file /etc/resolv.conf was marked immutable on the filesystem with the "
206"'chattr' command. You may have done this to avoid the file being managed by "
207"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
208"by resolvconf in order to correctly support dynamic sources of DNS "
209"information."
210msgstr ""
211
212#. Type: error
213#. Description
214#: ../templates:6001
215msgid ""
216"The immutable flag on /etc/resolv.conf will be removed now, and the current "
217"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
218"original file contained static resolver configuration, it is recommended "
219"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
220msgstr ""
221
222#. Type: error
223#. Description
224#: ../templates:6001
225msgid ""
226"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
227"original contents of this file, but this is not recommended."
228msgstr ""
194229
=== modified file 'debian/po/ru.po'
--- debian/po/ru.po 2012-01-02 07:57:48 +0000
+++ debian/po/ru.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.55\n"7"Project-Id-Version: resolvconf 1.55\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-04 10:55+0400\n"10"PO-Revision-Date: 2011-06-04 10:55+0400\n"
11"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"11"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
12"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"12"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -15,8 +15,8 @@
15"Content-Type: text/plain; charset=UTF-8\n"15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"16"Content-Transfer-Encoding: 8bit\n"
17"X-Generator: Lokalize 1.0\n"17"X-Generator: Lokalize 1.0\n"
18"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "18"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"19"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
2020
21#. Type: boolean21#. Type: boolean
22#. Description22#. Description
@@ -31,9 +31,9 @@
31"The resolvconf package contains the infrastructure required for dynamic "31"The resolvconf package contains the infrastructure required for dynamic "
32"updating of the resolver configuration file. Part of the necessary "32"updating of the resolver configuration file. Part of the necessary "
33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"33"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
34"resolv.conf. If you choose this option then this link will be created; "34"resolv.conf. If you choose this option then this link will be created; the "
35"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"35"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
36"resolv.conf.d/original, and will be restored if this package is removed."36"conf.d/original, and will be restored if this package is removed."
37msgstr ""37msgstr ""
38"Пакет resolvconf �одержит инфра�труктуру дл� динамиче�кого обновлени� файла "38"Пакет resolvconf �одержит инфра�труктуру дл� динамиче�кого обновлени� файла "
39"на�тройки определител� имён. Одной из необходимых ча�тей инфра�труктуры "39"на�тройки определител� имён. Одной из необходимых ча�тей инфра�труктуры "
@@ -130,9 +130,8 @@
130"about name servers becoming unavailable. To correct this problem it is "130"about name servers becoming unavailable. To correct this problem it is "
131"recommended that the system be rebooted."131"recommended that the system be rebooted."
132msgstr ""132msgstr ""
133"Удаление пакета resolvconf может приве�ти потере информации "133"Удаление пакета resolvconf может приве�ти потере информации о �ерверах имён. "
134"о �ерверах имён. Дл� у�транени� проблемы перезагрузите "134"Дл� у�транени� проблемы перезагрузите �и�тему."
135"�и�тему."
136135
137#. Type: boolean136#. Type: boolean
138#. Description137#. Description
@@ -151,8 +150,8 @@
151msgstr ""150msgstr ""
152"Е�ли ваш �татиче�кий файл на�тройки определител� имён (/etc/resolv.conf) "151"Е�ли ваш �татиче�кий файл на�тройки определител� имён (/etc/resolv.conf) "
153"�одержит адре�а �ерверов имён, то �ти адре�а должны быть запи�аны в �троках "152"�одержит адре�а �ерверов имён, то �ти адре�а должны быть запи�аны в �троках "
154"«dns-nameservers» в файл /etc/network/interfaces. Подробней об �том "153"«dns-nameservers» в файл /etc/network/interfaces. Подробней об �том напи�ано "
155"напи�ано на �транице руковод�тва resolvconf(8) и в файле README."154"на �транице руковод�тва resolvconf(8) и в файле README."
156155
157#. Type: boolean156#. Type: boolean
158#. Description157#. Description
@@ -194,3 +193,37 @@
194"nameservers», нужно изменить �имволиче�кую ��ылку /etc/resolvconf/resolv."193"nameservers», нужно изменить �имволиче�кую ��ылку /etc/resolvconf/resolv."
195"conf.d/tail, чтобы она указывала на /dev/null."194"conf.d/tail, чтобы она указывала на /dev/null."
196195
196#. Type: error
197#. Description
198#: ../templates:6001
199msgid "Removing immutable filesystem bit from /etc/resolv.conf"
200msgstr ""
201
202#. Type: error
203#. Description
204#: ../templates:6001
205msgid ""
206"The file /etc/resolv.conf was marked immutable on the filesystem with the "
207"'chattr' command. You may have done this to avoid the file being managed by "
208"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
209"by resolvconf in order to correctly support dynamic sources of DNS "
210"information."
211msgstr ""
212
213#. Type: error
214#. Description
215#: ../templates:6001
216msgid ""
217"The immutable flag on /etc/resolv.conf will be removed now, and the current "
218"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
219"original file contained static resolver configuration, it is recommended "
220"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
221msgstr ""
222
223#. Type: error
224#. Description
225#: ../templates:6001
226msgid ""
227"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
228"original contents of this file, but this is not recommended."
229msgstr ""
197230
=== modified file 'debian/po/sv.po'
--- debian/po/sv.po 2012-01-02 07:57:48 +0000
+++ debian/po/sv.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.55\n"7"Project-Id-Version: resolvconf 1.55\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2011-06-03 03:44+0100\n"10"PO-Revision-Date: 2011-06-03 03:44+0100\n"
11"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"11"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
12"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"12"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
@@ -30,17 +30,16 @@
30"The resolvconf package contains the infrastructure required for dynamic "30"The resolvconf package contains the infrastructure required for dynamic "
31"updating of the resolver configuration file. Part of the necessary "31"updating of the resolver configuration file. Part of the necessary "
32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
33"resolv.conf. If you choose this option then this link will be created; "33"resolv.conf. If you choose this option then this link will be created; the "
34"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"34"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
35"resolv.conf.d/original, and will be restored if this package is removed."35"conf.d/original, and will be restored if this package is removed."
36msgstr ""36msgstr ""
37"Detta paket innehåller infrastrukturen som krävs för dynamiska uppdateringar "37"Detta paket innehåller infrastrukturen som krävs för dynamiska uppdateringar "
38"av filen för uppslagskonfigurationen. En del av den nödvändiga "38"av filen för uppslagskonfigurationen. En del av den nödvändiga "
39"infrastrukturen är en symbolisk länk från /etc/resolv.conf till /run/"39"infrastrukturen är en symbolisk länk från /etc/resolv.conf till /run/"
40"resolvconf/resolv.conf. Om du godkänner kommer denna länk att skapas. "40"resolvconf/resolv.conf. Om du godkänner kommer denna länk att skapas. Den "
41"Den existerande filen /etc/resolv.conf kommer att behållas som /etc/"41"existerande filen /etc/resolv.conf kommer att behållas som /etc/resolvconf/"
42"resolvconf/resolv.conf.d/original; den kommer att återställas om detta paket "42"resolv.conf.d/original; den kommer att återställas om detta paket tas bort."
43"tas bort."
4443
45#. Type: boolean44#. Type: boolean
46#. Description45#. Description
@@ -192,3 +191,38 @@
192"Efter du har modifierat /etc/network/interfaces och lagt till raderna för "191"Efter du har modifierat /etc/network/interfaces och lagt till raderna för "
193"\"dns-nameservers\" som krävs bör du peka en symbolisk länk från /etc/"192"\"dns-nameservers\" som krävs bör du peka en symbolisk länk från /etc/"
194"resolvconf/resolv.conf.d/tail till /dev/null."193"resolvconf/resolv.conf.d/tail till /dev/null."
194
195#. Type: error
196#. Description
197#: ../templates:6001
198msgid "Removing immutable filesystem bit from /etc/resolv.conf"
199msgstr ""
200
201#. Type: error
202#. Description
203#: ../templates:6001
204msgid ""
205"The file /etc/resolv.conf was marked immutable on the filesystem with the "
206"'chattr' command. You may have done this to avoid the file being managed by "
207"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
208"by resolvconf in order to correctly support dynamic sources of DNS "
209"information."
210msgstr ""
211
212#. Type: error
213#. Description
214#: ../templates:6001
215msgid ""
216"The immutable flag on /etc/resolv.conf will be removed now, and the current "
217"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
218"original file contained static resolver configuration, it is recommended "
219"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
220msgstr ""
221
222#. Type: error
223#. Description
224#: ../templates:6001
225msgid ""
226"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
227"original contents of this file, but this is not recommended."
228msgstr ""
195229
=== modified file 'debian/po/templates.pot'
--- debian/po/templates.pot 2012-01-02 07:57:48 +0000
+++ debian/po/templates.pot 2012-05-06 19:31:17 +0000
@@ -1,13 +1,14 @@
1# LANGUAGE translation of resolvconf debconf templates1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the resolvconf package.3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#5#
5#, fuzzy6#, fuzzy
6msgid ""7msgid ""
7msgstr ""8msgstr ""
8"Project-Id-Version: resolvconf VERSION\n"9"Project-Id-Version: resolvconf\n"
9"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"10"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
10"POT-Creation-Date: 2011-05-31 20:26+0200\n"11"POT-Creation-Date: 2012-05-02 12:49-0700\n"
11"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,9 +30,9 @@
29"The resolvconf package contains the infrastructure required for dynamic "30"The resolvconf package contains the infrastructure required for dynamic "
30"updating of the resolver configuration file. Part of the necessary "31"updating of the resolver configuration file. Part of the necessary "
31"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
32"resolv.conf. If you choose this option then this link will be created; "33"resolv.conf. If you choose this option then this link will be created; the "
33"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"34"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
34"resolv.conf.d/original, and will be restored if this package is removed."35"conf.d/original, and will be restored if this package is removed."
35msgstr ""36msgstr ""
3637
37#. Type: boolean38#. Type: boolean
@@ -146,3 +147,38 @@
146"interfaces, the /etc/resolvconf/resolv.conf.d/tail link should be replaced "147"interfaces, the /etc/resolvconf/resolv.conf.d/tail link should be replaced "
147"by one to /dev/null."148"by one to /dev/null."
148msgstr ""149msgstr ""
150
151#. Type: error
152#. Description
153#: ../templates:6001
154msgid "Removing immutable filesystem bit from /etc/resolv.conf"
155msgstr ""
156
157#. Type: error
158#. Description
159#: ../templates:6001
160msgid ""
161"The file /etc/resolv.conf was marked immutable on the filesystem with the "
162"'chattr' command. You may have done this to avoid the file being managed by "
163"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
164"by resolvconf in order to correctly support dynamic sources of DNS "
165"information."
166msgstr ""
167
168#. Type: error
169#. Description
170#: ../templates:6001
171msgid ""
172"The immutable flag on /etc/resolv.conf will be removed now, and the current "
173"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
174"original file contained static resolver configuration, it is recommended "
175"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
176msgstr ""
177
178#. Type: error
179#. Description
180#: ../templates:6001
181msgid ""
182"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
183"original contents of this file, but this is not recommended."
184msgstr ""
149185
=== modified file 'debian/po/vi.po'
--- debian/po/vi.po 2012-01-02 07:57:48 +0000
+++ debian/po/vi.po 2012-05-06 19:31:17 +0000
@@ -6,7 +6,7 @@
6msgstr ""6msgstr ""
7"Project-Id-Version: resolvconf 1.39\n"7"Project-Id-Version: resolvconf 1.39\n"
8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"8"Report-Msgid-Bugs-To: resolvconf@packages.debian.org\n"
9"POT-Creation-Date: 2011-05-31 20:26+0200\n"9"POT-Creation-Date: 2012-05-02 12:49-0700\n"
10"PO-Revision-Date: 2008-02-12 22:24+1030\n"10"PO-Revision-Date: 2008-02-12 22:24+1030\n"
11"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"11"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
12"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"12"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -30,16 +30,16 @@
30"The resolvconf package contains the infrastructure required for dynamic "30"The resolvconf package contains the infrastructure required for dynamic "
31"updating of the resolver configuration file. Part of the necessary "31"updating of the resolver configuration file. Part of the necessary "
32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"32"infrastructure is a symbolic link from /etc/resolv.conf to /run/resolvconf/"
33"resolv.conf. If you choose this option then this link will be created; "33"resolv.conf. If you choose this option then this link will be created; the "
34"the existing /etc/resolv.conf file will be preserved as /etc/resolvconf/"34"existing /etc/resolv.conf file will be preserved as /etc/resolvconf/resolv."
35"resolv.conf.d/original, and will be restored if this package is removed."35"conf.d/original, and will be restored if this package is removed."
36msgstr ""36msgstr ""
37"Gói resolveconf chứa cơ sở hạ tầng cần thiết để cập nhật động tập tin cấu "37"Gói resolveconf chứa cơ sở hạ tầng cần thiết để cập nhật động tập tin cấu "
38"hình của phần m�m giải quyết. Một phần của cơ sở hạ tầng cần thiết là một "38"hình của phần m�m giải quyết. Một phần của cơ sở hạ tầng cần thiết là một "
39"liên kết tượng trưng từ « /etc/resolv.conf » đến « /run/resolvconf/"39"liên kết tượng trưng từ « /etc/resolv.conf » đến « /run/resolvconf/resolv."
40"resolv.conf ». Bật tùy ch�n này thì liên kết này sẽ được tạo; tập tin « /etc/"40"conf ». Bật tùy ch�n này thì liên kết này sẽ được tạo; tập tin « /etc/resolv."
41"resolv.conf » đã tồn tại sẽ được bảo tồn dưới dạng « /etc/resolvconf/resolv."41"conf » đã tồn tại sẽ được bảo tồn dưới dạng « /etc/resolvconf/resolv.conf.d/"
42"conf.d/original » và sẽ cũng được phục hồi nếu gói này bị gỡ b�."42"original » và sẽ cũng được phục hồi nếu gói này bị gỡ b�."
4343
44#. Type: boolean44#. Type: boolean
45#. Description45#. Description
@@ -175,3 +175,38 @@
175"Sau khi các dòng « dns-nameservers » cần thiết đã được thêm vào tập tin « /"175"Sau khi các dòng « dns-nameservers » cần thiết đã được thêm vào tập tin « /"
176"etc/network/interfaces », liên kết « /etc/resolvconf/resolv.conf.d/tail » "176"etc/network/interfaces », liên kết « /etc/resolvconf/resolv.conf.d/tail » "
177"nên bị thay thế bằng một liên kết tới « /dev/null »."177"nên bị thay thế bằng một liên kết tới « /dev/null »."
178
179#. Type: error
180#. Description
181#: ../templates:6001
182msgid "Removing immutable filesystem bit from /etc/resolv.conf"
183msgstr ""
184
185#. Type: error
186#. Description
187#: ../templates:6001
188msgid ""
189"The file /etc/resolv.conf was marked immutable on the filesystem with the "
190"'chattr' command. You may have done this to avoid the file being managed by "
191"NetworkManager in the past. In Ubuntu 12.04 and above, this file is managed "
192"by resolvconf in order to correctly support dynamic sources of DNS "
193"information."
194msgstr ""
195
196#. Type: error
197#. Description
198#: ../templates:6001
199msgid ""
200"The immutable flag on /etc/resolv.conf will be removed now, and the current "
201"file will be moved to /etc/resolvconf/resolv.conf.d/original. If the "
202"original file contained static resolver configuration, it is recommended "
203"that you copy the file to /etc/resolvconf/resolv.conf.d/head."
204msgstr ""
205
206#. Type: error
207#. Description
208#: ../templates:6001
209msgid ""
210"After upgrade you may remove the /etc/resolv.conf symlink and restore the "
211"original contents of this file, but this is not recommended."
212msgstr ""
178213
=== modified file 'debian/postinst'
--- debian/postinst 2012-02-20 03:54:42 +0000
+++ debian/postinst 2012-05-06 19:31:17 +0000
@@ -15,78 +15,70 @@
1515
16OLD_RUN_DIR=/var/run16OLD_RUN_DIR=/var/run
1717
18echo_first_arg() { echo "$1" ; }
19is_immutable_file() {18is_immutable_file() {
20 [ "$1" ] || return 219 [ "$1" ] || return 2
21 [ -e "$1" ] || return 120 [ -e "$1" ] || return 1
22 [ ! -L "$1" ] || return 121 [ ! -L "$1" ] || return 1
23 which lsattr >/dev/null 2>&1 || return 222 lsattr "$1" | awk '$1 ~ /i/ { exit 0; }; { exit 1; }'
24 echo_first_arg $(lsattr "$1") | grep -sq i
25}23}
2624
27### Symlink ###
2825
29case "$1" in26case "$1" in
30 configure)27 configure)
31 # Linkify /etc/resolv.conf if appropriate28 # Linkify /etc/resolv.conf if appropriate
32 db_get resolvconf/linkify-resolvconf29 db_get resolvconf/linkify-resolvconf
33 if [ "$RET" = "true" ] || [ -e /var/lib/resolvconf/convert ]; then30 if [ "$RET" = "true" ] ; then
34 # Cleanup flag from previous implementation where the symlink
35 # would be created by the upstart job (wasn't working because of / writability)
36 # FIXME: This code and the above || [ -e /var/lib/resolvconf/convert ] can be
37 # dropped in Ubuntu 12.10.
38 rm -rf /var/lib/resolvconf
39
40 if is_immutable_file /etc/resolv.conf ; then31 if is_immutable_file /etc/resolv.conf ; then
41 report_err "Cannot replace the current /etc/resolv.conf with a symbolic link because it is immutable. To correct this problem, gain root privileges in a terminal and run 'chattr -i /etc/resolv.conf' and then 'dpkg --configure resolvconf'. Aborting."32 db_input critical resolvconf/fixing-immutable
42 exit 133 chattr -i /etc/resolv.conf
43 else34 fi
44 if [ -f /etc/resolv.conf ] \35
45 && [ ! -L /etc/resolv.conf ]36 if [ -f /etc/resolv.conf ] \
46 then37 && [ ! -L /etc/resolv.conf ]
47 # Back up original file38 then
48 if [ ! -e /etc/resolvconf/resolv.conf.d/original ] ; then39 # Back up original file
49 cp -a /etc/resolv.conf /etc/resolvconf/resolv.conf.d/original40 if [ ! -e /etc/resolvconf/resolv.conf.d/original ] ; then
50 db_get resolvconf/link-tail-to-original41 cp -a /etc/resolv.conf /etc/resolvconf/resolv.conf.d/original
51 if [ "$RET" = "true" ]; then42 db_get resolvconf/link-tail-to-original
52 ln -s original /etc/resolvconf/resolv.conf.d/tail43 if [ "$RET" = "true" ]; then
53 fi44 ln -s original /etc/resolvconf/resolv.conf.d/tail
54 else45 else
55 cp -a /etc/resolv.conf /etc/resolv.conf.dpkg-old46 : > /etc/resolvconf/resolv.conf.d/tail
56 fi47 fi
5748 else
49 cp -a /etc/resolv.conf /etc/resolv.conf.dpkg-old
50 fi
58 # Even though we create this dir in the preinst,51 # Even though we create this dir in the preinst,
59 # don't assume that it's still here; a reboot52 # don't assume that it's still here; a reboot
60 # after unpack may have left us with no upstart53 # after unpack may have left us with no upstart
61 # job in place and /run cleaned out.54 # job in place and /run cleaned out.
62 mkdir -p /run/resolvconf/interface55 mkdir -p /run/resolvconf/interface
6356
64 # Before creating the link, make sure that the original file is57 # Before creating the link, make sure that the original file is
65 # at the target of the link. /sbin/resolvconf will overwrite58 # at the target of the link. /sbin/resolvconf will overwrite
66 # this when it does an update, of course.59 # this when it does an update, of course.
67 if [ ! -e /run/resolvconf/resolv.conf ] ; then60 if [ ! -e /run/resolvconf/resolv.conf ] ; then
68 cp -a /etc/resolv.conf /run/resolvconf/resolv.conf61 cp -a /etc/resolv.conf /run/resolvconf/resolv.conf
69 fi
70 # Add the original file to the database so that its contents
71 # are included when resolvconf updates.
72 # Yes, this is an ugly workaround for the problem that there
73 # is no way to obtain nameserver information from interface
74 # configurers after they have done their configuration work.
75 cp -a /etc/resolv.conf /run/resolvconf/interface/original.resolvconf
76 fi62 fi
77 # Create the link and make sure we don't convert it again on upgrade63 # Add the original file to the database so that its contents
78 # The link is relative to allow for cp from outside a chroot into a chroot64 # are included when resolvconf updates.
79 # to work without overwriting the file outside the chroot (or failing)65 # Yes, this is an ugly workaround for the problem that there
80 ln -nsf ../run/resolvconf/resolv.conf /etc/resolv.conf66 # is no way to obtain nameserver information from interface
81 db_set resolvconf/linkify-resolvconf false67 # configurers after they have done their configuration work.
68 cp -a /etc/resolv.conf /run/resolvconf/interface/original.resolvconf
82 fi69 fi
70
71 # Create the link and make sure we don't convert it again on upgrade
72 # The link is relative to allow for cp from outside a chroot into a chroot
73 # to work without overwriting the file outside the chroot (or failing)
74 ln -nsf ../run/resolvconf/resolv.conf /etc/resolv.conf
75 db_set resolvconf/linkify-resolvconf false
83 fi76 fi
8477
85 # FHS violation; get rid of it, we use /run directly now.78 # FHS violation; get rid of it, we use /run directly now.
86 if [ -e /etc/resolvconf/run ]; then79 if [ -e /etc/resolvconf/run ]; then
87 rm -rf /etc/resolvconf/run80 rm -rf /etc/resolvconf/run
88 fi81 fi
89
90 ;;82 ;;
91 # triggered)83 # triggered)
92 # Don't do anything here84 # Don't do anything here
9385
=== modified file 'debian/postrm'
--- debian/postrm 2012-02-02 01:43:09 +0000
+++ debian/postrm 2012-05-06 19:31:17 +0000
@@ -8,6 +8,8 @@
8report() { echo "${MYNAME}: $*" ; }8report() { echo "${MYNAME}: $*" ; }
9report_info() { report "$*" >&2 ; }9report_info() { report "$*" >&2 ; }
1010
11OLD_RUN_DIR=/var/run
12
11is_installed() {13is_installed() {
12 # Same function in preinst, postinst, postrm14 # Same function in preinst, postinst, postrm
13 [ "$1" ] || return 115 [ "$1" ] || return 1
@@ -73,13 +75,19 @@
73 #75 #
74 # Remove all remaining cruft76 # Remove all remaining cruft
75 #77 #
78 if [ -L /etc/resolvconf/run ] ; then
79 rm -f /etc/resolvconf/run
80 elif [ -d /etc/resolvconf/run ] ; then
81 rm -rf /etc/resolvconf/run
82 fi
76 rm -f /etc/resolvconf/resolv.conf.d/tail83 rm -f /etc/resolvconf/resolv.conf.d/tail
77 rm -f /etc/resolvconf/resolv.conf.d/original84 rm -f /etc/resolvconf/resolv.conf.d/original
78 rm -f /etc/resolvconf/update.d/bind # Old conffile85 rm -f /etc/resolvconf/update.d/bind # Old conffile
79 rm -f /etc/default/resolvconf86 rm -f /etc/default/resolvconf
80 rm -f /etc/dhcp3/dhclient-enter-hooks.d/resolvconf87 rm -f /etc/dhcp3/dhclient-enter-hooks.d/resolvconf
88 rm -f /etc/init.d/resolvconf.dpkg-old
89 rm -rf "${OLD_RUN_DIR}/resolvconf" || :
81 rm -rf /run/resolvconf || :90 rm -rf /run/resolvconf || :
82 rm -rf /etc/init.d/resolvconf.dpkg-old
83 ;;91 ;;
84 # disappear|upgrade)92 # disappear|upgrade)
85 # Don't do anything on upgrade93 # Don't do anything on upgrade
8694
=== modified file 'debian/preinst'
--- debian/preinst 2012-01-02 07:19:42 +0000
+++ debian/preinst 2012-05-06 19:31:17 +0000
@@ -4,7 +4,7 @@
44
5MYNAME=resolvconf.preinst5MYNAME=resolvconf.preinst
6report() { echo "${MYNAME}: $*" ; }6report() { echo "${MYNAME}: $*" ; }
7report_err() { report "Error: $*" >&2 ; }7report_warn() { report "Warning: $*" >&2 ; }
8report_info() { report "$*" >&2 ; }8report_info() { report "$*" >&2 ; }
99
10is_installed() {10is_installed() {
@@ -17,19 +17,18 @@
17### Create run-time directories ###17### Create run-time directories ###
18#18#
19# We create the run-time directories here, in the preinst, so that even if19# We create the run-time directories here, in the preinst, so that even if
20# resolvconf is run before the postinst runs then there is nevertheless a20# resolvconf is run before the postinst runs there is nevertheless a place
21# place for resolvconf to store data. (The latter can occur if resolvconf21# for resolvconf to store data. The latter can occur if resolvconf
22# is installed simultaneously with a caching nameserver package whose22# is installed simultaneously with a caching nameserver package whose
23# postinst runs resolvconf to add its IP address.)23# postinst runs resolvconf to add its IP address.
24#
25# The new standard location is /run;
26# the old standard location was /lib/init/rw on Debian, /var/run/ on Ubuntu.
27#24#
28case "$1" in25case "$1" in
29 install|upgrade)26 install|upgrade)
30 # Ensure that /run/resolvconf/interface exists.27 # Ensure that /run/resolvconf/interface exists.
31 mkdir -p /run/resolvconf/interface28 mkdir -p /run/resolvconf/interface
3229
30 # Ensure that /etc/resolvconf exists.
31 mkdir -p /etc/resolvconf
33 ;;32 ;;
34 # abort-upgrade)33 # abort-upgrade)
35 # Don't do anything because we don't anything in the postrm on upgrade or on failed-upgrade34 # Don't do anything because we don't anything in the postrm on upgrade or on failed-upgrade
3635
=== modified file 'debian/resolvconf.000resolvconf.if-up'
--- debian/resolvconf.000resolvconf.if-up 2011-11-30 19:05:04 +0000
+++ debian/resolvconf.000resolvconf.if-up 2012-05-06 19:31:17 +0000
@@ -30,5 +30,5 @@
30"30"
31done31done
3232
33echo -n "$R" | /sbin/resolvconf -a "${IFACE}.${ADDRFAM}"33echo -n "$R" | /sbin/resolvconf -a "${IFACE}.${ADDRFAM}" || :
3434
3535
=== modified file 'debian/resolvconf.resolvconf.if-down'
--- debian/resolvconf.resolvconf.if-down 2011-11-30 19:05:04 +0000
+++ debian/resolvconf.resolvconf.if-down 2012-05-06 19:31:17 +0000
@@ -16,9 +16,9 @@
16 dhcp)16 dhcp)
17 # Delete record left behind by TERMinated udhcpc17 # Delete record left behind by TERMinated udhcpc
18 # This works around bug #60521518 # This works around bug #605215
19 /sbin/resolvconf -d "${IFACE}.udhcpc"19 /sbin/resolvconf -d "${IFACE}.udhcpc" || :
20 ;;20 ;;
21esac21esac
2222
23/sbin/resolvconf -d "${IFACE}.${ADDRFAM}"23/sbin/resolvconf -d "${IFACE}.${ADDRFAM}" || :
2424
2525
=== modified file 'debian/templates'
--- debian/templates 2012-02-20 03:54:42 +0000
+++ debian/templates 2012-05-06 19:31:17 +0000
@@ -82,3 +82,20 @@
82 After the required "dns-nameservers" lines have been added to82 After the required "dns-nameservers" lines have been added to
83 /etc/network/interfaces, the /etc/resolvconf/resolv.conf.d/tail link83 /etc/network/interfaces, the /etc/resolvconf/resolv.conf.d/tail link
84 should be replaced by one to /dev/null.84 should be replaced by one to /dev/null.
85
86Template: resolvconf/fixing-immutable
87Type: error
88_Description: Removing immutable filesystem bit from /etc/resolv.conf
89 The file /etc/resolv.conf was marked immutable on the filesystem with the
90 'chattr' command. You may have done this to avoid the file being managed
91 by NetworkManager in the past. In Ubuntu 12.04 and above, this file is
92 managed by resolvconf in order to correctly support dynamic sources of DNS
93 information.
94 .
95 The immutable flag on /etc/resolv.conf will be removed now, and the current
96 file will be moved to /etc/resolvconf/resolv.conf.d/original. If the
97 original file contained static resolver configuration, it is recommended
98 that you copy the file to /etc/resolvconf/resolv.conf.d/head.
99 .
100 After upgrade you may remove the /etc/resolv.conf symlink and restore the
101 original contents of this file, but this is not recommended.
85102
=== modified file 'man/resolvconf.8'
--- man/resolvconf.8 2012-03-17 19:11:52 +0000
+++ man/resolvconf.8 2012-05-06 19:31:17 +0000
@@ -329,7 +329,7 @@
329Copy of the \fI/etc/resolv.conf\fR file before the resolvconf package was installed.329Copy of the \fI/etc/resolv.conf\fR file before the resolvconf package was installed.
330This file has no effect on the functioning of resolvconf;330This file has no effect on the functioning of resolvconf;
331it is retained so that \fI/etc/resolv.conf\fR can be restored331it is retained so that \fI/etc/resolv.conf\fR can be restored
332to its original state if the resolvconf package if removed.332to its original state if the resolvconf package is removed.
333333
334Note also that a copy of this file is included in the database334Note also that a copy of this file is included in the database
335until the first reboot after installation of the resolvconf package;335until the first reboot after installation of the resolvconf package;

Subscribers

People subscribed via source and target branches