Author: gotar Date: Thu Mar 23 10:22:04 2006 New Revision: 7293 Modified: rc-scripts/trunk/sysconfig/network Log: - hostname -h [...] Unless you are using bind or NIS for host lookups you can change the FQDN (Fully Qualified Domain Name) and the DNS domain name (which is part of the FQDN) in the /etc/hosts file.
Modified: rc-scripts/trunk/sysconfig/network ============================================================================== --- rc-scripts/trunk/sysconfig/network (original) +++ rc-scripts/trunk/sysconfig/network Thu Mar 23 10:22:04 2006 @@ -15,7 +15,7 @@ HOSTNAME=pldmachine # Set NIS domain name here if you use NIS -# Note: DNS domain name should be set in /etc/resolv.conf, not here +# Note: DNS domain name should be set in /etc/hosts or DNS/NIS service, not here NISDOMAIN= # Traditional setup of gateway. This is obsolete, consider using static-routes _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
