소스 검색

Fix /etc/hosts contents avoiding duplicates

Change-Id: I1bffc95697a5765f47c33dbf262e4efb10472c82
pull/122/head
Olivier Bourdon 7 년 전
부모
커밋
f41c3ed80b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      linux/files/hosts

+ 5
- 0
linux/files/hosts 파일 보기

@@ -32,6 +32,11 @@
],
} -%}
{%- for name, host in host_dict.iteritems() -%}
{%- for hname in host.names -%}
{%- if hname in hosts.get('127.0.1.1', []) -%}
{%- do hosts.pop('127.0.1.1') -%}
{%- endif %}
{%- endfor %}
{%- do hosts.update({host.address: host.names}) -%}
{%- endfor %}
{% for address, entries in hosts|dictsort %}

Loading…
취소
저장