Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/files/
Date: Sun, 08 Apr 2018 05:02:57
Message-Id: 1523163764.24ae17840823e38aa1a8f0e8176461d7846053ad.alonbl@gentoo
1 commit: 24ae17840823e38aa1a8f0e8176461d7846053ad
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 8 05:02:44 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 05:02:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ae1784
7
8 net-dns/openresolv: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-dns/openresolv/files/3.8.1-restore-newline.patch | 16 ----------------
13 1 file changed, 16 deletions(-)
14
15 diff --git a/net-dns/openresolv/files/3.8.1-restore-newline.patch b/net-dns/openresolv/files/3.8.1-restore-newline.patch
16 deleted file mode 100644
17 index 2522710bf94..00000000000
18 --- a/net-dns/openresolv/files/3.8.1-restore-newline.patch
19 +++ /dev/null
20 @@ -1,16 +0,0 @@
21 ---- a/libc.in
22 -+++ b/libc.in
23 -@@ -214,11 +214,11 @@
24 - # If the old file does not have our signature, back it up.
25 - # If the new file just has our signature, restore the backup.
26 - if $backup; then
27 - if [ "$newconf" = "$signature$NL" ]; then
28 - if [ -e "$resolv_conf.bak" ]; then
29 -- newconf="$(cat "$resolv_conf.bak")"
30 -+ newconf="$(cat "$resolv_conf.bak")$NL"
31 - fi
32 - elif [ -e "$resolv_conf" ]; then
33 - read line <"$resolv_conf"
34 - if [ "$line" != "$signature" ]; then
35 - cp "$resolv_conf" "$resolv_conf.bak"
36 -