From d64bb295d34ba90c168a2fb97be2166ebab35ef8 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 4 Jan 2002 00:51:28 +0000 Subject: [PATCH] Time to update. --- BootRoot/BootRoot.pm | 2 +- BootRoot/Error.pm | 2 +- BootRoot/Yard.pm | 3 ++- BootRoot/YardBox.pm | 2 +- expect_uml | 2 +- gbootroot | 2 +- yard/scripts/make_debian | 4 ++-- yard_chrooted_tests | 2 +- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 79ec761..1f8ffd7 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -3,7 +3,7 @@ ############################################################################## ## ## BootRoot.pm -## Copyright (C) 2000, 2001 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum ## ## diff --git a/BootRoot/Error.pm b/BootRoot/Error.pm index a4754cd..04a5e9e 100644 --- a/BootRoot/Error.pm +++ b/BootRoot/Error.pm @@ -1,7 +1,7 @@ ############################################################################ ## ## Error.pm -## Copyright (C) 2000, 2001 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum ## ## ## This program is free software; you may redistribute it and/or modify diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index d2888d4..5d14adf 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -3,7 +3,7 @@ ## Yard.pm combining ## MAKE_ROOT_FS, CHECK_ROOT_FS, and YARD_UTILS.PL by Tom Fawcett ## Copyright (C) 1996,1997,1998 Tom Fawcett (fawcett@croftj.net) -## Copyright (C) 2000,2001 Modifications by Jonathan Rosenbaum +## Copyright (C) 2000,2001,2002 Modifications by Jonathan Rosenbaum ## ## @@ -1485,6 +1485,7 @@ sub create_expect_uml { while (Gtk->events_pending) { Gtk->main_iteration; } } + if ( $fs_type eq "mkcramfs" || $fs_type eq "genromfs" ) { # Will just keep appending _cramfs .. leaving it to the # user to realize this is happening, that way the user diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index 211e161..7891660 100644 --- a/BootRoot/YardBox.pm +++ b/BootRoot/YardBox.pm @@ -1,7 +1,7 @@ ########################################################################### ## ## YardBox.pm -## Copyright (C) 2000, 2001 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum ## ## diff --git a/expect_uml b/expect_uml index dce5300..c1407d6 100755 --- a/expect_uml +++ b/expect_uml @@ -3,7 +3,7 @@ ########################################################################### ## ## expect_uml -## Copyright (C) 2000, 2001 by Jonathan Rosenbaum +## Copyright (C) 2000, 2001, 2002 by Jonathan Rosenbaum ## ## diff --git a/gbootroot b/gbootroot index 32dcb70..bb502b8 100755 --- a/gbootroot +++ b/gbootroot @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# gBootRoot Copyright (C) 2000, 2001 +# gBootRoot Copyright (C) 2000, 2001, 2002 # # # AUTHOR diff --git a/yard/scripts/make_debian b/yard/scripts/make_debian index 87c4a81..700062c 100755 --- a/yard/scripts/make_debian +++ b/yard/scripts/make_debian @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# make_debian Copyright (C) 2001 from gBootRoot +# make_debian Copyright (C) 2001, 2002 from gBootRoot # Lead Developer and Project Coordinator # Jonathan Rosenbaum # @@ -246,7 +246,7 @@ return $stuff; use strict; use File::Basename; my $rm = "\$"; -$main::Id = "# \$Id: make_debian,v 1.60 2001/12/13 05:43:27 freesource Exp $rm"; +$main::Id = "# \$Id: make_debian,v 1.61 2001/12/14 04:37:29 freesource Exp $rm"; my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); if ($sbin == 0) { $ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'}; diff --git a/yard_chrooted_tests b/yard_chrooted_tests index 6cf8afe..5680bdb 100755 --- a/yard_chrooted_tests +++ b/yard_chrooted_tests @@ -5,7 +5,7 @@ ## YARD_CHROOT_TEST ## Code from CHECK_ROOT_FS by Tom Fawcett ## Copyright (C) 1996,1997,1998 Tom Fawcett (fawcett@croftj.net) -## Copyright (C) 2000, 2001 Modifications by Jonathan Rosenbaum +## Copyright (C) 2000, 2001, 2002 Modifications by Jonathan Rosenbaum ## ## ## This program is free software; you may redistribute it and/or modify