View | Details | Raw Unified | Return to bug 26488
Collapse All | Expand All

(-)named.conf Tue Apr 10 14:33:55 2001 (+10 lines)
Lines 96-101 Link Here
96
//     mkdir /etc/namedb/s
96
//     mkdir /etc/namedb/s
97
//     chown bind.bind /etc/namedb/s
97
//     chown bind.bind /etc/namedb/s
98
//     chmod 750 /etc/namedb/s
98
//     chmod 750 /etc/namedb/s
99
//     (copy the contents of /etc/namedb/ to /etc/namedb/s/etc/namedb/)
100
//
101
// Note that running named in a sandbox will prevent it from logging to
102
// syslogd(8) and will prevent the ndc(8) commands from working.
103
// To enable logging to the system logger:
104
// mkdir -p /etc/namedb/s/var/run
105
// and add "-l /etc/namedb/s/var/run/log" to syslogd_flags in /etc/rc.conf.
106
// To use ndc, create /etc/namedb/s/var/run and either invoke ndc as
107
// "ndc -c /etc/namedb/s/var/run/ndc", or
108
// symlink /etc/namedb/s/var/run/ndc to /var/run and use ndc as usual.
99
109
100
/*
110
/*
101
zone "domain.com" {
111
zone "domain.com" {

Return to bug 26488