aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2007-04-26 12:23:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2007-04-26 12:23:12 +0000
commit3703392b660673cbd1dcfc536636117bfdcd6ce4 (patch)
tree8746d1c3b2a30bc943c684418cb304082b6f1a39
parente73092f041d230a43cb400b8de5ed1b9cc11ff04 (diff)
downloadalpine-conf-3703392b660673cbd1dcfc536636117bfdcd6ce4.tar.bz2
alpine-conf-3703392b660673cbd1dcfc536636117bfdcd6ce4.tar.xz
release 0.8
-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
}