[Lunar-commits] <moonbase> net-tools: make automatic config the default one.
Florin Braescu
florin at lunar-linux.org
Thu Nov 10 10:25:11 CET 2011
commit 20137e44e10bc0a2f8597dd27442735d0507e5da
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Nov 10 10:25:11 2011 +0100
net-tools: make automatic config the default one.
---
net/net-tools/CONFIGURE | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net/net-tools/CONFIGURE b/net/net-tools/CONFIGURE
index fa24c34..9dfb7d3 100644
--- a/net/net-tools/CONFIGURE
+++ b/net/net-tools/CONFIGURE
@@ -1,14 +1,14 @@
if ! grep -q CONFIGURED $MODULE_CONFIG; then
- if [ -f $CONFIG_CACHE/net-tools.config.h ]; then
- if query "Reconfigure net-tools?" n; then
+ if [ -f $CONFIG_CACHE/net-tools.config.h ]; then
+ if query "Reconfigure net-tools?" n; then
rm -f $CONFIG_CACHE/net-tools.config.h
- if query "Auto configure net-tools?" n; then
+ if query "Auto configure net-tools?" y; then
echo 'AUTOCONF="y"' >> $MODULE_CONFIG
fi
fi
else
- if query "Auto configure net-tools?" n; then
+ if query "Auto configure net-tools?" y; then
echo 'AUTOCONF="y"' >> $MODULE_CONFIG
fi
fi
More information about the Lunar-commits
mailing list