summaryrefslogtreecommitdiff
path: root/etc/namedb/make-localhost
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-231-1/+1
| | | | | | 'RELENG_5_5_0_RELEASE'. This commit was manufactured to restore the state of the 5.5-RELEASE image.
* MFC the BIND 9 import and chroot-by-default work up to date.Doug Barton2004-09-301-4/+6
| | | | | | | | | | | | | | | | This includes: 1. More granular NO_BIND_* make knobs. 2. WITH_BIND_LIBS make knob. 3. Run in an automatically configured chroot dir by default. 4. Edit paths in man pages, and install man pages for liblwres. 5. Improve named.conf and make it work with the new structure. 6. Install the bind9 docs. 7. A few Makefile style fixes. Approved by: re (scottl) Notes: svn path=/stable/5/; revision=135998
* Do not taint ::/124 for localhost reverse table.Hajimu UMEMOTO2002-01-221-0/+7
| | | | Notes: svn path=/head/; revision=89660
* o Add a PATH statement to the beginning of make-localhost, making itRobert Watson2000-11-291-0/+3
| | | | | | | | | | work right when the administrator has modified their runtime environment in a manner not anticipated by our script. Requested by: Tom Maher <tardis@ece.cmu.edu> Notes: svn path=/head/; revision=69364
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add Id keywordBrian Somers1998-09-131-0/+2
| | | | Notes: svn path=/head/; revision=39145
* Make "make-localhost" Y2K safe by using "date +%Y" instead of "date +%y"Bill Fenner1997-08-111-1/+1
| | | | | | | | | | to pick the serial number. PR: misc/3465 Submitted by: sjr1@flash.net (Stephen J. Roznowski) Notes: svn path=/head/; revision=28055
* Update root NS cache.Garrett Wollman1995-03-211-0/+35
Delete bogus localhost.rev. Add prototype localhost.rev and a script to create it automatically. (NB to installl people: you should ask ``do you have a full-time connection o the Internet?'', run this script, and enable named if the answer is yes.) Notes: svn path=/head/; revision=7221