diff options
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" - |