[Lunar-commits] <moonbase> bind: version bump to 3.6.0-P1.
Florin Braescu
florin at lunar-linux.org
Sun Jan 18 07:15:28 CET 2009
commit 73aee84008156df18070766a7f47d8715a4a71b9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Jan 18 08:15:28 2009 +0200
bind: version bump to 3.6.0-P1.
Bugfix release.
---
net/bind/DETAILS | 6 +++---
net/bind/POST_INSTALL | 9 +++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/net/bind/DETAILS b/net/bind/DETAILS
index 04d72e9..c22f499 100644
--- a/net/bind/DETAILS
+++ b/net/bind/DETAILS
@@ -1,13 +1,13 @@
# If you bump this module also bump bind-utils please kthx!
MODULE=bind
- VERSION=9.6.0
+ VERSION=9.6.0-P1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.isc.org/isc/bind9/$VERSION
- SOURCE_VFY=sha1:f9b4ac7632ade64645570ef2ba7a4bbf8a0740f6
+ SOURCE_VFY=sha1:c2b703d05fc768f63f028b0812c46d6eb81c145d
WEB_SITE=http://www.isc.org/products/BIND
ENTERED=20010922
- UPDATED=20081224
+ UPDATED=20090118
SHORT="ISC's DNS (domain name system) server"
PSAFE=no
diff --git a/net/bind/POST_INSTALL b/net/bind/POST_INSTALL
index 2e7002b..a78d218 100644
--- a/net/bind/POST_INSTALL
+++ b/net/bind/POST_INSTALL
@@ -4,14 +4,16 @@ mkdir -p /var/named
# create the named.root
if (dig . ns > named.root) ; then
- cp named.root /var/named
+ cp named.root /var/named/
else
- cp $SCRIPT_DIRECTORY/named.root /var/named
+ cp $SCRIPT_DIRECTORY/named.root /var/named/
fi
+rm -f /named.root
+
#if we do not have a named.conf already, copy the default
if [ ! -e /var/named/named.conf ] ; then
- cp $SCRIPT_DIRECTORY/named.conf /var/named
+ cp $SCRIPT_DIRECTORY/named.conf /var/named/
fi
# and make the softlink!
@@ -50,4 +52,3 @@ zone "com" {
type delegation-only;
};
EOF
-
More information about the Lunar-commits
mailing list