summaryrefslogtreecommitdiff
path: root/extra/nss-myhostname/nss-myhostname.install
blob: 30ae6844feac91423cf3bd5474ea10858190faa8 (plain)
1
2
3
4
5
6
post_install() {
  cat << 'EOM'
==> To enable resolution of the local hostname, append 'myhostname' to the hosts
    line in /etc/nsswitch.conf.
EOM
}