Disable 'nttcp' (non-free) in GRML_FULL
authorMichael Prokop <mika@grml.org>
Mon, 18 May 2009 20:14:39 +0000 (22:14 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 18 May 2009 20:14:39 +0000 (22:14 +0200)
debian/changelog
etc/grml/fai/config/package_config/GRML_FULL
grml-live

index 8252d49..252f9ef 100644 (file)
@@ -1,3 +1,9 @@
+grml-live (0.9.16) unstable; urgency=low
+
+  * Disable 'nttcp' (non-free) in GRML_FULL.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 22:14:34 +0200
+
 grml-live (0.9.15) unstable; urgency=low
 
   The "hey, let's have a grml release party" Release.
index 0cb90b1..4046235 100644 (file)
@@ -2007,7 +2007,7 @@ lha
 lmbench
 manpages-posix
 netperf
-nttcp
+nttcp
 python-profiler
 rar
 sl-modem-daemon
index dbe68a8..fb7d8ba 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -14,7 +14,7 @@ export LC_ALL=C
 # exit on any error:
 set -e
 
-GRML_LIVE_VERSION='0.9.15'
+GRML_LIVE_VERSION='0.9.16'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 ISO_DATE="$(date +%Y-%m-%d)"