|
NAMEdns-hosts - generate /etc/hosts entries from DNS tablesSYNOPSISdns-hosts [ option... ][ infile [ outfile ]]dns-hosts -Help dns-hosts -VERSion DESCRIPTIONThe dns-hosts program is used to generate the /etc/hosts entries from DNS tables.If the input file is not named, or the name '-' is used, the standard input is read. If the output file is not named, or the name '-' is used, the startdard output is written. OPTIONSThe following options are understood:
EXAMPLEThe idea is that you have all of the information concerning each computer in the one file. This makes it less likely that something will be omitted, and simpler to change if the name or IP address changes.Given a database file called ``example.com'' and which contains the following text See the file man1/example.so. % dns-hosts example.com /etc/ethers % See the file man1/example.hosts.so. MakefileAll of this can be automated using the following makefile fragment:/etc/hosts: example.com dns-hosts example.com $@ If you were using NIS, NIS+ or LDAP you would update them, rather than the static file. See the file man1/copyright.so. See the file man1/author.so.
Visit the GSP FreeBSD Man Page Interface. |