From 24ae17840823e38aa1a8f0e8176461d7846053ad Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 8 Apr 2018 08:02:44 +0300 Subject: 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(-) delete mode 100644 net-dns/openresolv/files/3.8.1-restore-newline.patch 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" - -- cgit v1.2.1