Use "#" instead of "//" for comments.

This commit is contained in:
tron 1998-12-15 01:08:43 +00:00
parent 5b7db9e865
commit 84ed4e094e
1 changed files with 31 additions and 31 deletions

View File

@ -1,7 +1,7 @@
// $NetBSD: named.conf,v 1.1 1998/10/05 18:26:03 tron Exp $
# $NetBSD: named.conf,v 1.2 1998/12/15 01:08:43 tron Exp $
// boot file for secondary name server
// Note that there should be one primary entry for each SOA record.
# boot file for secondary name server
# Note that there should be one primary entry for each SOA record.
options {
directory "/etc/namedb";
@ -17,34 +17,34 @@ zone "0.0.127.IN-ADDR.ARPA" {
file "localhost.rev";
};
// example secondary server config:
//
// zone "Berkeley.EDU" {
// type slave;
// file "ucbhosts.bak";
// masters {
// 128.32.130.11;
// 128.32.133.1;
// };
// };
# example secondary server config:
#
# zone "Berkeley.EDU" {
# type slave;
# file "ucbhosts.bak";
# masters {
# 128.32.130.11;
# 128.32.133.1;
# };
# };
// zone "32.128.IN-ADDR.ARPA" {
// type slave;
// file "ucbhosts.rev.bak";
// masters {
// 128.32.130.11;
// 128.32.133.1;
// };
// };
# zone "32.128.IN-ADDR.ARPA" {
# type slave;
# file "ucbhosts.rev.bak";
# masters {
# 128.32.130.11;
# 128.32.133.1;
# };
# };
// example primary server config:
//
// zone "Berkeley.EDU" {
// type master;
// file "ucbhosts";
// };
# example primary server config:
#
# zone "Berkeley.EDU" {
# type master;
# file "ucbhosts";
# };
// zone "32.128.IN-ADDR.ARPA" {
// type master;
// file "ucbhosts.rev";
// };
# zone "32.128.IN-ADDR.ARPA" {
# type master;
# file "ucbhosts.rev";
# };