Changeset 1683

Show
Ignore:
Timestamp:
06/23/06 19:35:39 (2 years ago)
Author:
anarcat
Message:

put defaults in config file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-slavedns/trunk/slavedns.conf

    r1680 r1683  
    2828 
    2929# you can override the default config with those settings 
    30 # those are provided as examples and do not reflect the default values 
    31 # CACHEDIR=/var/spool/slavedns 
    32 # BINDDIR=/etc/namedb/slavedns 
    33 # BINDINCLUDE=/etc/namedb/slavedns.conf 
    34 # WGETFLAGS="--no-check-certificate" 
    35 #NAMED="/usr/pkg/etc/rc.d/named9 restart" # BIND9 on NetBSD 
    36 #NAMED="/etc/rc.d/named restart" # BIND8 on NetBSD/OpenBSD 
    37 #NAMED="ndc restart" # generic 
    38 #NAMED="/etc/init.d/named restart" # BIND8 on some Linux 
    39 #NAMED="/etc/init.d/named9 restart" # BIND9 on some Linux 
    40 #NAMED="/etc/init.d/bind restart" # BIND8 on other Linux 
    41 #NAMED="/etc/init.d/bind9 restart" # BIND9 on other Linux 
     30# CONFDIR=/etc/slavedns 
     31# CACHEDIR=/var/cache/slavedns 
     32# BINDDIR=/etc/bind/slavedns 
     33# BINDINCLUDE=/etc/bind/slavedns.conf 
     34# WGET=wget 
     35# WGETFLAGS="" 
     36# WGETRC=${HOME}/.wgetrc 
     37# NAMED="/usr/pkg/etc/rc.d/named9 restart" # BIND9 on NetBSD 
     38# NAMED="/etc/rc.d/named restart" # BIND8 on NetBSD/OpenBSD 
     39# NAMED="ndc restart" # generic 
     40# NAMED="/etc/init.d/named restart" # BIND8 on some Linux 
     41# NAMED="/etc/init.d/named9 restart" # BIND9 on some Linux 
     42# NAMED="/etc/init.d/bind restart" # BIND8 on other Linux 
     43# NAMED="/etc/init.d/bind9 restart" # BIND9 on other Linux