Project

General

Profile

« Previous | Next » 

Revision 5c00350e

Added by Avtar Gill over 11 years ago

Fixes #2213 - Incorrect path in named.conf

The path to the localhost TLDs and address zones file was
incorrect for Debian based distros and prevented the
named process from starting. This resolves that issue.

View differences:

templates/named.conf.erb
include "<%= optionspath %>";
};
include "/etc/named.rfc1912.zones";
include "<%= localzonepath %>";
// Public view read by Server Admin
include "<%= publicviewpath %>";

Also available in: Unified diff