Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit bind
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 28 Nov 2008 14:46:35 +0100
- Message-id: <20081128134635.9D7FB678162@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package bind
checked in at Fri Nov 28 14:46:35 CET 2008.
--------
--- bind/bind.changes 2008-11-11 16:54:03.000000000 +0100
+++ bind/bind.changes 2008-11-26 09:54:15.550613000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 26 09:53:06 CET 2008 - ug@xxxxxxx
+
+- fix for removed /etc/named.d directory (bnc#448995)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.l26887/_old 2008-11-28 14:44:03.000000000 +0100
+++ /var/tmp/diff_new_pack.l26887/_new 2008-11-28 14:44:03.000000000 +0100
@@ -25,7 +25,7 @@
BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel
Summary: Domain Name System (DNS) Server (named)
Version: 9.5.0P2
-Release: 16
+Release: 17
%define SDB_LDAP_VERSION 1.0-beta
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/DNS/Servers
@@ -712,6 +712,8 @@
%doc %{_mandir}/man5/idnrc.5.gz
%changelog
+* Wed Nov 26 2008 ug@xxxxxxx
+- fix for removed /etc/named.d directory (bnc#448995)
* Tue Nov 11 2008 ro@xxxxxxx
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
* Thu Oct 30 2008 olh@xxxxxxx
++++++ vendor-files.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2008-10-01 14:28:13.000000000 +0200
+++ new/vendor-files/init/named 2008-11-26 09:48:29.000000000 +0100
@@ -176,17 +176,17 @@
# fi
# done
- ###########################
- # NEW --- Copy complete /etc/named.d dir. Bug: bnc#408145
- ###########################
- NAMED_D="/etc/named.d"
- # delete old named.d
- test -z "${CHROOT_PREFIX}${NAMED_D}" || rm -rf
${CHROOT_PREFIX}${NAMED_D}
- # copy new
- cp -a -L ${NAMED_D} ${CHROOT_PREFIX}${NAMED_D%/*}
# Handle known configuration files.
if [ "${NAMED_RUN_CHROOTED}" = "yes" ]; then
+ ###########################
+ # NEW --- Copy complete /etc/named.d dir. Bug: bnc#408145
+ ###########################
+ NAMED_D="/etc/named.d"
+ # delete old named.d
+ test -z "${CHROOT_PREFIX}${NAMED_D}" || rm -rf
${CHROOT_PREFIX}${NAMED_D}
+ # copy new
+ cp -a -L ${NAMED_D} ${CHROOT_PREFIX}${NAMED_D%/*}
for configfile in "${NAMED_CONF}"
"${NAMED_CONF_META_INCLUDE_FILE}" /etc/{localtime,rndc.key}; do
if [ ! -e ${configfile} ]; then
warnMessage "File ${configfile} not found.
Skipping."
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |