diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-10-01 16:54:45 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-10-01 16:54:45 +0200 |
commit | 4484e1792b64b01614f04b7bde97bf019f601bf9 (patch) | |
tree | f59152cbfc597a6f5bacecc85edb335b67e0d116 | |
parent | 46c7a7ac874fd97e28d8d7e0be15f2bf15b2a430 (diff) |
man: drop myhostname from recommended nsswitch host configuration
resolve includes myhostname functionality, so there is no need to add it again.
-rw-r--r-- | man/nss-resolve.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nss-resolve.xml b/man/nss-resolve.xml index e6cc1d982a..33f1f28a8c 100644 --- a/man/nss-resolve.xml +++ b/man/nss-resolve.xml @@ -85,7 +85,7 @@ group: compat mymachines systemd shadow: compat -hosts: files mymachines <command>resolve</command> myhostname +hosts: files mymachines <command>resolve</command> networks: files protocols: db files |