summaryrefslogtreecommitdiffstats
path: root/named.sysconfig
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2010-01-27 15:19:02 +0000
committerAdam Tkac <atkac@fedoraproject.org>2010-01-27 15:19:02 +0000
commitb51a1f40e48a99d3ce69b8d780b2018cd0d53234 (patch)
treef7654ece917cf3122beeaee2641d8ae3c27289fb /named.sysconfig
parent853a1f339e6542631716d86e20a9d4aad9b7fe11 (diff)
downloadbind-b51a1f40e48a99d3ce69b8d780b2018cd0d53234.tar.gz
bind-b51a1f40e48a99d3ce69b8d780b2018cd0d53234.tar.xz
bind-b51a1f40e48a99d3ce69b8d780b2018cd0d53234.zip
- revert the "DEBUG" feature (#510283), it causes too many problemsbind-9_7_0-0_11_rc1_fc13
(#545128)
Diffstat (limited to 'named.sysconfig')
-rw-r--r--named.sysconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/named.sysconfig b/named.sysconfig
index d503526..53b6a1b 100644
--- a/named.sysconfig
+++ b/named.sysconfig
@@ -31,12 +31,3 @@
# at startup. Don't add -t here, use ROOTDIR instead.
#
# KEYTAB_FILE="/dir/file" -- Specify named service keytab file (for GSS-TSIG)
-#
-# DEBUG="yes|no" -- This option controls if you would like to debug
-# named process. If you set this option to "yes" then
-# /var/named/ directory become writable by named user
-# and named will be able to write core dumps there.
-#
-# OPTIONS="-E pkcs11" -- Enable loading of DNSSEC keys from PKCS11 compatible
-# keystores. Make sure you have bind-pkcs11 package
-# installed.