printf "${PROBLEM_COLOR} Note: \n You will need to edit /etc/nsswitch.conf and make this line; \n " &&
printf "hosts:      files nisplus nis dns \n  look like this; \n hosts:      files nisplus nis dns myhostname \n" &&
printf "To test, run; getent ahosts `hostname` \n and you should see something like this; \n" &&
printf "192.168.2.107   STREAM sidney.ponspontis.net \n 192.168.2.107   DGRAM  \n 192.168.2.107   RAW${DEFAULT_COLOR} \n"
