diff options
author | peter <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
commit | 289c0d262f52855ab454afdf7386d034fb2404b8 (patch) | |
tree | 8500936e97f809eca13f646b0a148ef28ff005be /etc/namedb | |
parent | 66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (diff) | |
download | FreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.zip FreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'etc/namedb')
-rw-r--r-- | etc/namedb/PROTO.localhost.rev | 2 | ||||
-rwxr-xr-x | etc/namedb/make-localhost | 2 | ||||
-rw-r--r-- | etc/namedb/named.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/namedb/PROTO.localhost.rev b/etc/namedb/PROTO.localhost.rev index 4981ed0..5b29310 100644 --- a/etc/namedb/PROTO.localhost.rev +++ b/etc/namedb/PROTO.localhost.rev @@ -1,5 +1,5 @@ ; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90 -; $Id: PROTO.localhost.rev,v 1.3 1997/02/23 09:21:09 peter Exp $ +; $FreeBSD$ ; ; This file is automatically edited by the `make-localhost' script in ; the /etc/namedb directory. diff --git a/etc/namedb/make-localhost b/etc/namedb/make-localhost index b04deaa..cc6a108 100755 --- a/etc/namedb/make-localhost +++ b/etc/namedb/make-localhost @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id:$ +# $FreeBSD$ # # make-localhost - edit the appropriate local information into # /etc/namedb/localhost.rev diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index ee22c00..9ba5f51 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -1,4 +1,4 @@ -// $Id: named.conf,v 1.4 1998/12/02 19:59:24 dillon Exp $ +// $FreeBSD$ // // Refer to the named(8) man page for details. If you are ever going // to setup a primary server, make sure you've understood the hairy |