diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-08 08:02:44 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-08 08:02:44 +0300 |
commit | 24ae17840823e38aa1a8f0e8176461d7846053ad (patch) | |
tree | a40b9025a5bf1790e4b7e9ea742dfa085cb12448 /net-dns/openresolv | |
parent | net-dns/openresolv: cleanup (diff) | |
download | gentoo-24ae17840823e38aa1a8f0e8176461d7846053ad.tar.gz gentoo-24ae17840823e38aa1a8f0e8176461d7846053ad.tar.bz2 gentoo-24ae17840823e38aa1a8f0e8176461d7846053ad.zip |
net-dns/openresolv: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-dns/openresolv')
-rw-r--r-- | net-dns/openresolv/files/3.8.1-restore-newline.patch | 16 |
1 files changed, 0 insertions, 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 2522710bf941..000000000000 --- 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" - |