Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (6e23e2182fcff20840aac5873f11ed00da3a9013)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (6e23e2182fcff20840aac5873f11ed00da3a9013)
  • Date: Wed, 23 Dec 2009 15:15:49 -0600

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

net/bind/BUILD | 1 +
net/bind/CONFIGURE | 5 ++++-
net/bind/HISTORY | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 6e23e2182fcff20840aac5873f11ed00da3a9013
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

bind: added the possibility to enable/disable IPv6

diff --git a/net/bind/BUILD b/net/bind/BUILD
index fc2b56f..d576774 100755
--- a/net/bind/BUILD
+++ b/net/bind/BUILD
@@ -1,4 +1,5 @@
OPTS="$BIND_CAPS \
+ $BIND_IPV6 \
$OPTS" &&

create_account bind &&
diff --git a/net/bind/CONFIGURE b/net/bind/CONFIGURE
index c322cc8..334a606 100755
--- a/net/bind/CONFIGURE
+++ b/net/bind/CONFIGURE
@@ -1,5 +1,8 @@
config_query_option BIND_CAPS "Enable Linux kernel capset capability?" y
\
- "--enable-linux-caps" "--disable-linux-caps"
+ "--enable-linux-caps" "--disable-linux-caps"
&&
+
+config_query_option BIND_IPV6 "Enable IPv6 support?" y \
+ "--enable-ipv6" "--disable-ipv6" &&

# let's ask if we should backup/restore /etc/bind
message "${MESSAGE_COLOR}bind configuration files may be overwritten. You
should backup and restore configuration files and reply Y to the next two
questions...${DEFAULT_COLOR}"
diff --git a/net/bind/HISTORY b/net/bind/HISTORY
index 8454e13..4286120 100644
--- a/net/bind/HISTORY
+++ b/net/bind/HISTORY
@@ -1,3 +1,6 @@
+2009-12-23 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * BUILD, CONFIGURE: added the possibility to enable/disable IPv6
+
2009-12-22 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 9.6.1-P2, SECURITY_PATCH=4




  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (6e23e2182fcff20840aac5873f11ed00da3a9013), Julien ROZO, 12/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page