summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-02-07 10:48:09 -0800
committerEric Sandall2008-02-07 10:48:09 -0800
commit8088a47996921cc90c1caca91e2e7652a8573597 (patch)
tree92b88d3923f196daa9511e6a3b153c4e63128a21
parent3ba3216ee5b8fb3a438e649bc92fa9e78eeae698 (diff)
Revert "net-tools: removed unneeded netconf dep"
This reverts commit 17c7e40d86be6e4ff40949de76f4347f1feb0790. We don't want the new networking code in stable yet. Let it soak a bit more.
-rwxr-xr-xnet/net-tools/DEPENDS1
-rw-r--r--net/net-tools/HISTORY4
2 files changed, 2 insertions, 3 deletions
diff --git a/net/net-tools/DEPENDS b/net/net-tools/DEPENDS
index da0dbf3303..33a5a8ffc8 100755
--- a/net/net-tools/DEPENDS
+++ b/net/net-tools/DEPENDS
@@ -1,6 +1,7 @@
depends coreutils &&
depends gnupg &&
depends init.d &&
+depends netconf &&
depends smgl-fhs &&
#if [ "$DECNET" == "y" ]; then
diff --git a/net/net-tools/HISTORY b/net/net-tools/HISTORY
index 2c94fbe07f..b4b5296ae2 100644
--- a/net/net-tools/HISTORY
+++ b/net/net-tools/HISTORY
@@ -1,6 +1,3 @@
-2008-02-03 Vlad Glagolev <stealth@sourcemage.org>
- * DEPENDS: netconf is useless
-
2008-01-30 David Kowis <dkowis@shlrm.org>
* DEPENDS: removed dependencies that aren't needed anymore
* PREPARE: added to do all the magic for updating systems to the new ifupdown
@@ -364,3 +361,4 @@
* DETAILS: Added MD5
* USEGCC2: Fixed Bug # 589 (builds fine with gcc3)
* HISTORY: Added HISTORY
+