[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0926f646fb3e668ebb1a043ad8f9093fe9e8bcd8)
Vlad Glagolev
scm at sourcemage.org
Sat Sep 6 02:59:39 EDT 2008
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
net/nsd/HISTORY | 1 +
net/nsd/INSTALL | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0926f646fb3e668ebb1a043ad8f9093fe9e8bcd8
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
nsd: fixed installation path
diff --git a/net/nsd/HISTORY b/net/nsd/HISTORY
index c0f8d4e..15ca791 100644
--- a/net/nsd/HISTORY
+++ b/net/nsd/HISTORY
@@ -1,5 +1,6 @@
2008-09-06 Vlad Glagolev <stealth at sourcemage.org>
* BUILD: improve config params to be able to run nsd in chroot env
+ * INSTALL: fixed installation path
2008-09-04 Vlad Glagolev <stealth at sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL, init.d/nsd: spell created
diff --git a/net/nsd/INSTALL b/net/nsd/INSTALL
index 51549d7..64e296d 100755
--- a/net/nsd/INSTALL
+++ b/net/nsd/INSTALL
@@ -1,4 +1,3 @@
default_install &&
-install -vm 700 -o nsd -g nsd -d "$INSTALL_ROOT/var/db/nsd" \
- "$INSTALL_ROOT/etc/nsd/zones"
+install -vm 700 -o nsd -g nsd -d "$INSTALL_ROOT/var/nsd/zones"
More information about the SM-Commit
mailing list