summaryrefslogtreecommitdiff
path: root/pcr/openrc-net/named.confd-r7
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-28 20:17:06 -0500
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:58 -0300
commit90cdef590d9a809d8aaa379d7b7af0a7be21669a (patch)
tree58687b5da505377ea94028d9e6498061dafcf932 /pcr/openrc-net/named.confd-r7
parent34e667f817febcd3589e20b9d0dcb8cbf6c95fd7 (diff)
openrc-net-20150828-1: updating version
Diffstat (limited to 'pcr/openrc-net/named.confd-r7')
-rw-r--r--pcr/openrc-net/named.confd-r748
1 files changed, 0 insertions, 48 deletions
diff --git a/pcr/openrc-net/named.confd-r7 b/pcr/openrc-net/named.confd-r7
deleted file mode 100644
index 477a48061..000000000
--- a/pcr/openrc-net/named.confd-r7
+++ /dev/null
@@ -1,48 +0,0 @@
-# Set various named options here.
-#
-#OPTIONS=""
-
-# Set this to the number of processors you want bind to use.
-# Leave this unchanged if you want bind to automatically detect the number
-#CPU="1"
-
-# If you wish to run bind in a chroot:
-# 1) un-comment the CHROOT= assignment, below. You may use
-# a different chroot directory but MAKE SURE it's empty.
-# 2) run: emerge --config =<bind-version>
-#
-#CHROOT="/chroot/dns"
-
-# Uncomment to enable binmount of /usr/share/GeoIP
-#CHROOT_GEOIP="1"
-
-# Uncomment the line below to avoid that the init script mounts the needed paths
-# into the chroot directory.
-# You have to copy all needed config files by hand if you say CHROOT_NOMOUNT="1".
-#CHROOT_NOMOUNT="1"
-
-# Uncomment this option if you have setup your own chroot environment and you
-# don't want/need the chroot consistency check
-#CHROOT_NOCHECK=1
-
-# Default pid file location
-PIDFILE="${CHROOT}/run/named/named.pid"
-
-# Scheduling priority: 19 is the lowest and -20 is the highest.
-# Default: 0
-#NAMED_NICELEVEL="0"
-
-# Uncomment rc_named_use/rc_named_after for the database you need.
-# Its necessary to ensure the database backend will be started before named.
-
-# MySQL
-#rc_named_use="mysql"
-#rc_named_after="mysql"
-
-# PostgreSQL
-#rc_named_use="pg_autovacuum postgresql"
-#rc_named_after="pg_autovacuum postgresql"
-
-# LDAP
-#rc_named_use="ldap"
-#rc_named_after="ldap"