From: Michael Prokop Date: Mon, 18 May 2009 20:14:39 +0000 (+0200) Subject: Disable 'nttcp' (non-free) in GRML_FULL X-Git-Tag: v0.9.16~5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d902fc9343030b767f2bd1fbecfa8877a1e527df Disable 'nttcp' (non-free) in GRML_FULL --- diff --git a/debian/changelog b/debian/changelog index 8252d49..252f9ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.16) unstable; urgency=low + + * Disable 'nttcp' (non-free) in GRML_FULL. + + -- Michael Prokop 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. diff --git a/etc/grml/fai/config/package_config/GRML_FULL b/etc/grml/fai/config/package_config/GRML_FULL index 0cb90b1..4046235 100644 --- a/etc/grml/fai/config/package_config/GRML_FULL +++ b/etc/grml/fai/config/package_config/GRML_FULL @@ -2007,7 +2007,7 @@ lha lmbench manpages-posix netperf -nttcp +# nttcp python-profiler rar sl-modem-daemon diff --git a/grml-live b/grml-live index dbe68a8..fb7d8ba 100755 --- 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)"