summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-10-16 16:41:25 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-10-16 16:41:25 +0000
commitedea69c54e35e7f0ff77c1b1c6b2aa275b1c0070 (patch)
treed29f018a90eb300949f49eb77a7d8def01825a99
parent86e08aa78ad20d4010e79506dbe8e41276210434 (diff)
- corrected named.5 SDB statement (#326051)bind-9_5_0-15_a6_fc8
-rw-r--r--bind-9.3.2-redhat_doc.patch13
-rw-r--r--bind.spec5
2 files changed, 8 insertions, 10 deletions
diff --git a/bind-9.3.2-redhat_doc.patch b/bind-9.3.2-redhat_doc.patch
index eb79159..759947d 100644
--- a/bind-9.3.2-redhat_doc.patch
+++ b/bind-9.3.2-redhat_doc.patch
@@ -1,6 +1,6 @@
--- bind-9.4.0/bin/named/named.8.redhat_doc 2007-01-30 01:23:44.000000000 +0100
+++ bind-9.4.0/bin/named/named.8 2007-03-12 15:39:19.000000000 +0100
-@@ -205,6 +205,68 @@
+@@ -205,6 +205,63 @@
\fI/var/run/named.pid\fR
.RS 4
The default process\-id file.
@@ -45,17 +45,12 @@
+required. Files in these directories are automatically assigned the 'named_cache_t'
+file context, which SELinux allows named to write.
+.PP
-+\fBRed Hat BIND named_sdb SDB support:\fR
++\fBRed Hat BIND SDB support:\fR
+.PP
-+Red Hat ships the bind-sdb RPM that provides the /usr/sbin/named_sdb program,
-+which is named compiled with the Simplified Database Backend modules that ISC
++Red Hat ships named with compiled in Simplified Database Backend modules that ISC
+provides in the "contrib/sdb" directory.
+.PP
-+The SDB modules for LDAP, PostGreSQL, DirDB and SQLite are compiled into named_sdb.
-+.PP
-+To run named_sdb, set the ENABLE_SDB variable in /etc/sysconfig/named to 1 or "yes",
-+and then the "service named start" named initscript will run named_sdb instead
-+of named .
++The SDB modules for LDAP, PostGreSQL, DirDB and SQLite are compiled into named.
+.PP
+See the documentation for the various SDB modules in /usr/share/doc/bind-sdb-*/ .
+.br
diff --git a/bind.spec b/bind.spec
index 556596f..3035a1f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 14.%{RELEASEVER}%{?dist}
+Release: 15.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -645,6 +645,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Oct 16 2007 Adam Tkac <atkac redhat com> 32:9.5.0-15.a6
+- corrected named.5 SDB statement (#326051)
+
* Mon Sep 24 2007 Adam Tkac <atkac redhat com> 32:9.5.0-14.a6
- added edns patch again (#275091)