From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C00A1382C5 for ; Sun, 8 Apr 2018 05:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5323FE095C; Sun, 8 Apr 2018 05:02:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23DD4E095C for ; Sun, 8 Apr 2018 05:02:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6E8E335C2E for ; Sun, 8 Apr 2018 05:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8034527F for ; Sun, 8 Apr 2018 05:02:53 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1523163764.24ae17840823e38aa1a8f0e8176461d7846053ad.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/openresolv/files/3.8.1-restore-newline.patch X-VCS-Directories: net-dns/openresolv/files/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 24ae17840823e38aa1a8f0e8176461d7846053ad X-VCS-Branch: master Date: Sun, 8 Apr 2018 05:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5929bc27-61a5-4f5a-bc36-4bf50e09de49 X-Archives-Hash: e938bc8aec42594e60bcaad5e99e1d4a commit: 24ae17840823e38aa1a8f0e8176461d7846053ad Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Apr 8 05:02:44 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Apr 8 05:02:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ae1784 net-dns/openresolv: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-dns/openresolv/files/3.8.1-restore-newline.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/net-dns/openresolv/files/3.8.1-restore-newline.patch b/net-dns/openresolv/files/3.8.1-restore-newline.patch deleted file mode 100644 index 2522710bf94..00000000000 --- a/net-dns/openresolv/files/3.8.1-restore-newline.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/libc.in -+++ b/libc.in -@@ -214,11 +214,11 @@ - # If the old file does not have our signature, back it up. - # If the new file just has our signature, restore the backup. - if $backup; then - if [ "$newconf" = "$signature$NL" ]; then - if [ -e "$resolv_conf.bak" ]; then -- newconf="$(cat "$resolv_conf.bak")" -+ newconf="$(cat "$resolv_conf.bak")$NL" - fi - elif [ -e "$resolv_conf" ]; then - read line <"$resolv_conf" - if [ "$line" != "$signature" ]; then - cp "$resolv_conf" "$resolv_conf.bak" -