[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] bind and recursion
- Subject: Re: [cobalt-users] bind and recursion
- From: Kim Schulz <kim@xxxxxxxxx>
- Date: Wed Nov 13 08:48:02 2002
- Organization: sslug
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
[snip]
> comment out this line (use #)
> and add the following insted:
> print NAMEDCONF "options {\n";
> $options = `cat ./options.conf`;
> print NAMEDCONF "$options";
and some minor changes. Corect the lines above to the following:
print NAMEDCONF "options {\n";
my $options = `cat /etc/namedoptions.conf`;
print NAMEDCONF "$options";
I added a my in front of options, and moved the configfile to the file
/etc/namedoptions.conf
I would have put the file in /etc/named/ but it gets deleted there for
some reason.
Anway! it is better to have the options filen in /etc together with all
the other .conf files.
This is tested and works fine on RaQ
--
Kim Schulz - Freelance Development | Getting into trouble is easy. --
Email : kim @ schulz.dk | D. Winkel and F. Prosser
Tlf : 51904262 |
3