void-packages/srcpkgs/nss-myhostname/INSTALL

16 lines
408 B
Text
Raw Normal View History

2011-10-25 13:11:13 +00:00
case ${ACTION} in
post)
cat <<_EOF
=====================================================================
Please note to enable nss-myhostname properly, some changes are
required to /etc/nsswitch.conf:
hosts: files dns myhostname
Note that myhostname must appear the last one, as fallback for the
other services.
=====================================================================
_EOF
;;
esac