Date: Wed, 27 Sep 2000 09:33:42 -0400 From: James FitzGibbon <james@targetnet.com> To: Garry Reid <garryrei@paradise.net.nz> Cc: questions@freebsd.org Subject: Re: mini-DNS system Message-ID: <20000927093342.C21969@targetnet.com> In-Reply-To: <000c01c0285c$8acf0820$fa00a8c0@my.domain>; from garryrei@paradise.net.nz on Wed, Sep 27, 2000 at 08:25:47PM %2B1200 References: <000c01c0285c$8acf0820$fa00a8c0@my.domain>
next in thread | previous in thread | raw e-mail | index | archive | help
* Garry Reid (garryrei@paradise.net.nz) [000927 04:26]:
> Doing additional network setup: namedSep 27 20:10:30 mydomain named [79]: /etc/namedb/named.boot:3: syntax error near directory
> portmap.
>
> the line it refers to in the named.boot file is :-
> directory /etc/namedb
>
> thank you for any help or suggestions you maybe able to offer
Per the named.conf manpage:
options {
[ directory path_name; ]
};
path_name
A quoted string which will be used as a pathname, such as
"zones/master/my.test.domain".
The short form of which is "quote the path" and it will work. Also remember
the trailing semicolon if you really don't have one in the file.
--
j.
James FitzGibbon james@targetnet.com
Targetnet.com Inc. Voice/Fax +1 416 306-0466/0452
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000927093342.C21969>
