Re: [PATCH 1/3] Fix extranonfree support to be backward compatible with previous behaviour (default to false)
On Tue, Aug 07, 2007 at 09:15:15PM -0300, Otavio Salvador wrote:
>From: Otavio Salvador <otavio@ossystems.com.br> > > >--- > > debian/changelog | 4 ++++ > tools/make_disc_trees.pl | 2 +- > 2 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/debian/changelog b/debian/changelog >index 8e6f4f6..411694b 100644 >--- a/debian/changelog >+++ b/debian/changelog >@@ -57,6 +57,10 @@ debian-cd (3.0.3) UNRELEASED; urgency=low > * Parse isolinux.cfg case-insensatively. > * Merge boot-i386 and boot-amd64 into boot-x86. > >+ [ Otavio Salvador ] >+ * Fix extranonfree support to be backward compatible with previous >+ behaviour (default to false) >+ > -- Joey Hess <joeyh@debian.org> Wed, 01 Aug 2007 23:47:14 -0400 > > debian-cd (3.0.2) unstable; urgency=high >diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl >index c6f61d5..7ea92d4 100755 >--- a/tools/make_disc_trees.pl >+++ b/tools/make_disc_trees.pl >@@ -38,7 +38,7 @@ if (defined($ENV{'MAXCDS'})) { > if (defined($ENV{'EXTRANONFREE'})) { > $extranonfree = $ENV{'EXTRANONFREE'}; > } else { >- $extranonfree = 1; >+ $extranonfree = 0; > } > > my $list = "$tdir/list";
Applied.
--
Steve McIntyre, Cambridge, UK. steve@einval.com
"Further comment on how I feel about IBM will appear once I've worked out
whether they're being malicious or incompetent. Capital letters are forecast."
Matthew Garrett,
http://www.livejournal.com/users/mjg59/30675.html
--
To UNSUBSCRIBE, email to debian-cd-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Wed Aug 8 05:54:24 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:05:57 EDT
|