summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup-ads7
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c2c041..5466e4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=0.8_beta6
+V=0.8
P=alpine-conf
PV=$(P)-$(V)
APKF=$(PV).apk
diff --git a/setup-ads b/setup-ads
index bc65a35..f538557 100644
--- a/setup-ads
+++ b/setup-ads
@@ -6,6 +6,11 @@
# Copyright (c) 2007 A.Poslavsky
# May be distributed under gpl2
+# TODO:
+# * suggest a domain name based on hostname -d? /etc/resolv.conf?
+# * suggest DC server(s) based on
+# $(dig _kerberos._tcp.dc._msdcs.$DOMAIN SRV +short)
+
VERSION=0.1
PROGRAM=setup-ads
@@ -21,7 +26,7 @@ FORCE=""
retcode=0
die() {
- echo $* > &2
+ echo $* >&2
exit 1
}