From: Chris Gianelloni Date: Mon, 2 Oct 2006 20:41:54 +0000 (+0000) Subject: Removing all copyright and license comment headers from all files so we don't ever... X-Git-Tag: CATALYST_2_0_6_916~315 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d39166866612a6ffe2039ee32593688b4cf1ec5;p=catalyst.git Removing all copyright and license comment headers from all files so we don't ever get another bug like bug #149638. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1179 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index a5350361..a58e9e23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,51 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.663 2006/10/02 20:32:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.664 2006/10/02 20:41:53 wolf31o2 Exp $ + + 02 Oct 2006; Chris Gianelloni README, arch/alpha.py, + arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py, + arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py, + arch/sparc64.py, arch/x86.py, catalyst, files/catalyst.conf, + modules/builder.py, modules/catalyst_lock.py, modules/catalyst_support.py, + modules/embedded_target.py, modules/generic_stage_target.py, + modules/generic_target.py, modules/grp_target.py, + modules/livecd_stage1_target.py, modules/livecd_stage2_target.py, + modules/netboot2_target.py, modules/netboot_target.py, + modules/snapshot_target.py, modules/stage1_target.py, + modules/stage2_target.py, modules/stage3_target.py, + modules/stage4_target.py, modules/tinderbox_target.py, + targets/embedded/embedded-chroot.sh, + targets/embedded/embedded-controller.sh, + targets/embedded/embedded-fs-runscript.sh, + targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh, + targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh, + targets/grp/grp-preclean-chroot.sh, + targets/livecd-stage1/livecd-stage1-chroot.sh, + targets/livecd-stage1/livecd-stage1-controller.sh, + targets/livecd-stage1/livecd-stage1-preclean-chroot.sh, + targets/livecd-stage2/livecd-stage2-controller.sh, + targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh, + targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh, + targets/netboot2/netboot2-controller.sh, + targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh, + targets/stage1/build.py, targets/stage1/stage1-chroot.sh, + targets/stage1/stage1-controller.sh, + targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh, + targets/stage2/stage2-controller.sh, + targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh, + targets/stage3/stage3-controller.sh, + targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh, + targets/stage4/stage4-controller.sh, + targets/stage4/stage4-preclean-chroot.sh, + targets/support/bootloader-setup.sh, targets/support/create-iso.sh, + targets/support/functions.sh, targets/support/kmerge.sh, + targets/support/livecdfs-update.sh, targets/support/netboot2-final.sh, + targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh, + targets/support/rc-update.sh, targets/support/target_image_setup.sh, + targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh, + targets/tinderbox/tinderbox-controller.sh, + targets/tinderbox/tinderbox-preclean-chroot.sh: + Removing all copyright and license comment headers from all files so we + don't ever get another bug like bug #149638. 02 Oct 2006; Chris Gianelloni modules/generic_stage_target.py: diff --git a/README b/README index 15c09811..f64cca7e 100644 --- a/README +++ b/README @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.16 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/README,v 1.17 2006/10/02 20:41:53 wolf31o2 Exp $ Licensing ======================== diff --git a/arch/alpha.py b/arch/alpha.py index 4dbf0e58..24978352 100644 --- a/arch/alpha.py +++ b/arch/alpha.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/alpha.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/amd64.py b/arch/amd64.py index 724b291c..1e1d6949 100644 --- a/arch/amd64.py +++ b/arch/amd64.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.5 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/amd64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $ import builder diff --git a/arch/arm.py b/arch/arm.py index a09a2065..a4298732 100644 --- a/arch/arm.py +++ b/arch/arm.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.5 2005/04/04 17:48:32 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/arm.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/hppa.py b/arch/hppa.py index ece66a2d..f3ca910d 100644 --- a/arch/hppa.py +++ b/arch/hppa.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.6 2005/08/09 19:02:31 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/hppa.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/ia64.py b/arch/ia64.py index 89b28b52..9ce8bf4c 100644 --- a/arch/ia64.py +++ b/arch/ia64.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.5 2005/07/05 21:53:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ia64.py,v 1.6 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/mips.py b/arch/mips.py index c2684bdd..f25155ff 100644 --- a/arch/mips.py +++ b/arch/mips.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.6 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/mips.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/ppc.py b/arch/ppc.py index 43a52c03..c5b4bb9b 100644 --- a/arch/ppc.py +++ b/arch/ppc.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.18 2006/06/28 12:48:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc.py,v 1.19 2006/10/02 20:41:53 wolf31o2 Exp $ import os,builder from catalyst_support import * diff --git a/arch/ppc64.py b/arch/ppc64.py index 7f51b036..084e96b1 100644 --- a/arch/ppc64.py +++ b/arch/ppc64.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.6 2006/05/15 19:09:28 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/ppc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $ import builder diff --git a/arch/s390.py b/arch/s390.py index c9294e2d..5d1210dd 100644 --- a/arch/s390.py +++ b/arch/s390.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/s390.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/sh.py b/arch/sh.py index a964e8f5..addb5ab8 100644 --- a/arch/sh.py +++ b/arch/sh.py @@ -1,6 +1,4 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sh.py,v 1.4 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sh.py,v 1.5 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/sparc.py b/arch/sparc.py index 91129f20..58cb1d4a 100644 --- a/arch/sparc.py +++ b/arch/sparc.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.8 2006/08/11 13:29:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/sparc64.py b/arch/sparc64.py index 6b4e0353..6c922eb4 100644 --- a/arch/sparc64.py +++ b/arch/sparc64.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.6 2006/01/03 14:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/sparc64.py,v 1.7 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/arch/x86.py b/arch/x86.py index 84439fb0..865eaa29 100644 --- a/arch/x86.py +++ b/arch/x86.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.24 2006/06/28 12:48:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/arch/x86.py,v 1.25 2006/10/02 20:41:53 wolf31o2 Exp $ import builder,os from catalyst_support import * diff --git a/catalyst b/catalyst index 98038937..ffd8b7f2 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,5 @@ #!/usr/bin/python -OO -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.161 2006/07/29 18:35:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.162 2006/10/02 20:41:53 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -42,9 +40,8 @@ def usage(): def version(): print "Gentoo Catalyst, version "+__version__ - print "Copyright 2003-2005 The Gentoo Foundation" + print "Copyright 2003-2006 The Gentoo Foundation" print "Distributed under the GNU General Public License version 2\n" - def parse_config(myconfig): # search a couple of different areas for the main config file diff --git a/files/catalyst.conf b/files/catalyst.conf index 135670a7..df26505a 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,5 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.21 2005/12/19 21:19:11 wolf31o2 Exp $ +# /etc/catalyst/catalyst.conf +# $Header: /var/cvsroot/gentoo/src/catalyst/files/catalyst.conf,v 1.22 2006/10/02 20:41:53 wolf31o2 Exp $ # Simple desriptions of catalyst settings. Please refer to the online # documentation for more information. diff --git a/modules/builder.py b/modules/builder.py index cc9949e3..6897dec7 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.8 2005/07/05 21:53:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/builder.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $ class generic: def __init__(self,myspec): diff --git a/modules/catalyst_lock.py b/modules/catalyst_lock.py index 6d34a810..b317ff66 100755 --- a/modules/catalyst_lock.py +++ b/modules/catalyst_lock.py @@ -1,7 +1,5 @@ #!/usr/bin/python -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_lock.py,v 1.8 2006/05/08 17:51:00 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_lock.py,v 1.9 2006/10/02 20:41:53 wolf31o2 Exp $ import os import fcntl import errno diff --git a/modules/catalyst_support.py b/modules/catalyst_support.py index f6ce0e0e..5cd21bf0 100644 --- a/modules/catalyst_support.py +++ b/modules/catalyst_support.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.75 2006/09/08 20:00:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.76 2006/10/02 20:41:53 wolf31o2 Exp $ import sys,string,os,types,re,signal,traceback,time #import md5,sha diff --git a/modules/embedded_target.py b/modules/embedded_target.py index 217e09bf..6ca7258c 100644 --- a/modules/embedded_target.py +++ b/modules/embedded_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.20 2006/01/10 19:32:47 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/embedded_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $ """ This class works like a 'stage3'. A stage2 tarball is unpacked, but instead diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index c2177cf1..c20defad 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.140 2006/10/02 20:32:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_stage_target.py,v 1.141 2006/10/02 20:41:54 wolf31o2 Exp $ """ This class does all of the chroot setup, copying of files, etc. It is diff --git a/modules/generic_target.py b/modules/generic_target.py index 5b6e750c..7fb574fc 100644 --- a/modules/generic_target.py +++ b/modules/generic_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.6 2005/12/08 21:20:23 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/generic_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $ """ The toplevel class for generic_stage_target. This is about as generic as we get. diff --git a/modules/grp_target.py b/modules/grp_target.py index 5141aedd..e53d9cef 100644 --- a/modules/grp_target.py +++ b/modules/grp_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.24 2006/02/14 15:38:12 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/grp_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $ """ The builder class for GRP (Gentoo Reference Platform) builds. diff --git a/modules/livecd_stage1_target.py b/modules/livecd_stage1_target.py index 522972c7..31feab4b 100644 --- a/modules/livecd_stage1_target.py +++ b/modules/livecd_stage1_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.28 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage1_target.py,v 1.29 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for LiveCD stage1. diff --git a/modules/livecd_stage2_target.py b/modules/livecd_stage2_target.py index 48a40144..01c96b2b 100644 --- a/modules/livecd_stage2_target.py +++ b/modules/livecd_stage2_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.61 2006/06/28 12:51:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/livecd_stage2_target.py,v 1.62 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a LiveCD stage2 build. diff --git a/modules/netboot2_target.py b/modules/netboot2_target.py index 88adfcc0..d9286133 100644 --- a/modules/netboot2_target.py +++ b/modules/netboot2_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot2_target.py,v 1.3 2006/06/21 22:11:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot2_target.py,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a netboot build, version 2 diff --git a/modules/netboot_target.py b/modules/netboot_target.py index e98a6641..44392845 100644 --- a/modules/netboot_target.py +++ b/modules/netboot_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.12 2005/12/28 16:58:43 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/netboot_target.py,v 1.13 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a netboot build. diff --git a/modules/snapshot_target.py b/modules/snapshot_target.py index db98aacc..55c62b3c 100644 --- a/modules/snapshot_target.py +++ b/modules/snapshot_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.17 2006/03/13 16:38:41 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/snapshot_target.py,v 1.18 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for snapshots. diff --git a/modules/stage1_target.py b/modules/stage1_target.py index 38e6da15..3cb12d42 100644 --- a/modules/stage1_target.py +++ b/modules/stage1_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.24 2006/06/21 22:11:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage1_target.py,v 1.25 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a stage1 installation tarball build. diff --git a/modules/stage2_target.py b/modules/stage2_target.py index 03c7728d..e3f6680e 100644 --- a/modules/stage2_target.py +++ b/modules/stage2_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.14 2006/01/30 13:38:24 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage2_target.py,v 1.15 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a stage2 installation tarball build. diff --git a/modules/stage3_target.py b/modules/stage3_target.py index d833191e..33b7931b 100644 --- a/modules/stage3_target.py +++ b/modules/stage3_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.6 2005/12/16 14:42:07 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage3_target.py,v 1.7 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for a stage3 installation tarball build. diff --git a/modules/stage4_target.py b/modules/stage4_target.py index 406141ca..5e57b4da 100644 --- a/modules/stage4_target.py +++ b/modules/stage4_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.20 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/stage4_target.py,v 1.21 2006/10/02 20:41:54 wolf31o2 Exp $ """ Builder class for stage4. diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py index 093ab99e..c71525e4 100644 --- a/modules/tinderbox_target.py +++ b/modules/tinderbox_target.py @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.18 2005/12/05 18:13:12 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/modules/tinderbox_target.py,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $ """ builder class for the tinderbox target diff --git a/targets/embedded/embedded-chroot.sh b/targets/embedded/embedded-chroot.sh index bab840cb..ddc03364 100755 --- a/targets/embedded/embedded-chroot.sh +++ b/targets/embedded/embedded-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.21 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-chroot.sh,v 1.22 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/embedded/embedded-controller.sh b/targets/embedded/embedded-controller.sh index 9f85b65c..071220ed 100755 --- a/targets/embedded/embedded-controller.sh +++ b/targets/embedded/embedded-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-controller.sh,v 1.9 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/embedded/embedded-fs-runscript.sh b/targets/embedded/embedded-fs-runscript.sh index a25048c4..8d5abab1 100644 --- a/targets/embedded/embedded-fs-runscript.sh +++ b/targets/embedded/embedded-fs-runscript.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 die() { echo "${1}" diff --git a/targets/embedded/embedded-preclean-chroot.sh b/targets/embedded/embedded-preclean-chroot.sh index b8921dce..0585cdfa 100755 --- a/targets/embedded/embedded-preclean-chroot.sh +++ b/targets/embedded/embedded-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.9 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/embedded-preclean-chroot.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/embedded/unmerge.sh b/targets/embedded/unmerge.sh index 21bc7d11..823cf98a 100644 --- a/targets/embedded/unmerge.sh +++ b/targets/embedded/unmerge.sh @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.3 2005/07/05 21:53:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/embedded/unmerge.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $ ${clst_CHROOT} ${clst_chroot_path} /bin/bash << EOF ROOT=/tmp/mergeroot emerge -C $* || exit 1 diff --git a/targets/grp/grp-chroot.sh b/targets/grp/grp-chroot.sh index 25689203..6a283856 100755 --- a/targets/grp/grp-chroot.sh +++ b/targets/grp/grp-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.25 2005/12/16 19:14:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-chroot.sh,v 1.26 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/grp/grp-controller.sh b/targets/grp/grp-controller.sh index 44960005..ee9f5b52 100755 --- a/targets/grp/grp-controller.sh +++ b/targets/grp/grp-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.4 2005/12/16 19:14:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/grp/grp-preclean-chroot.sh b/targets/grp/grp-preclean-chroot.sh index 7b6930b6..eb26ab53 100755 --- a/targets/grp/grp-preclean-chroot.sh +++ b/targets/grp/grp-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/grp/grp-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/livecd-stage1/livecd-stage1-chroot.sh b/targets/livecd-stage1/livecd-stage1-chroot.sh index beb172b7..1531c297 100755 --- a/targets/livecd-stage1/livecd-stage1-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.23 2005/12/16 19:32:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-chroot.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/livecd-stage1/livecd-stage1-controller.sh b/targets/livecd-stage1/livecd-stage1-controller.sh index 32ecea2f..d4be5d83 100755 --- a/targets/livecd-stage1/livecd-stage1-controller.sh +++ b/targets/livecd-stage1/livecd-stage1-controller.sh @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.11 2006/02/13 22:26:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-controller.sh,v 1.12 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh b/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh index 441852a7..69437451 100755 --- a/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh +++ b/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,v 1.8 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings diff --git a/targets/livecd-stage2/livecd-stage2-controller.sh b/targets/livecd-stage2/livecd-stage2-controller.sh index 00bc0fff..2f5ff36a 100755 --- a/targets/livecd-stage2/livecd-stage2-controller.sh +++ b/targets/livecd-stage2/livecd-stage2-controller.sh @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.23 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh,v 1.24 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/netboot/netboot-chroot.sh b/targets/netboot/netboot-chroot.sh index 30bdfc85..b4fcf362 100755 --- a/targets/netboot/netboot-chroot.sh +++ b/targets/netboot/netboot-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.5 2005/12/19 15:03:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-chroot.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/netboot/netboot-combine.sh b/targets/netboot/netboot-combine.sh index e8c07589..f3f76a83 100644 --- a/targets/netboot/netboot-combine.sh +++ b/targets/netboot/netboot-combine.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.7 2005/12/19 15:03:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-combine.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/chroot-functions.sh . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/netboot/netboot-controller.sh b/targets/netboot/netboot-controller.sh index 394ec041..4fb24fec 100755 --- a/targets/netboot/netboot-controller.sh +++ b/targets/netboot/netboot-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.9 2006/06/09 00:31:51 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-controller.sh,v 1.10 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/netboot/netboot-image.sh b/targets/netboot/netboot-image.sh index 2690040e..c0eb082a 100644 --- a/targets/netboot/netboot-image.sh +++ b/targets/netboot/netboot-image.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.7 2005/12/19 15:03:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot/netboot-image.sh,v 1.8 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/netboot2/netboot2-controller.sh b/targets/netboot2/netboot2-controller.sh index d9264295..ab012a39 100644 --- a/targets/netboot2/netboot2-controller.sh +++ b/targets/netboot2/netboot2-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-controller.sh,v 1.1 2006/01/13 15:09:07 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-controller.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/netboot2/netboot2-copyfile.sh b/targets/netboot2/netboot2-copyfile.sh index 9c5c4790..b55cd8f3 100644 --- a/targets/netboot2/netboot2-copyfile.sh +++ b/targets/netboot2/netboot2-copyfile.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-copyfile.sh,v 1.3 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-copyfile.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/netboot2/netboot2-pkg.sh b/targets/netboot2/netboot2-pkg.sh index 4662b546..5c25e012 100644 --- a/targets/netboot2/netboot2-pkg.sh +++ b/targets/netboot2/netboot2-pkg.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-pkg.sh,v 1.1 2006/01/13 15:09:07 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/netboot2/netboot2-pkg.sh,v 1.2 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage1/build.py b/targets/stage1/build.py index 66cdd31f..540ae827 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -1,7 +1,5 @@ #!/usr/bin/python -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.4 2006/04/17 21:41:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/build.py,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $ import os,portage,sys diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index ea81b2cd..42495446 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.42 2006/01/26 15:35:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-chroot.sh,v 1.43 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage1/stage1-controller.sh b/targets/stage1/stage1-controller.sh index 0bf2de40..2a264e3e 100755 --- a/targets/stage1/stage1-controller.sh +++ b/targets/stage1/stage1-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.13 2006/05/23 20:00:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage1/stage1-preclean-chroot.sh b/targets/stage1/stage1-preclean-chroot.sh index 34122236..1956ef0f 100755 --- a/targets/stage1/stage1-preclean-chroot.sh +++ b/targets/stage1/stage1-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh index 40b0a34f..6a75df79 100755 --- a/targets/stage2/stage2-chroot.sh +++ b/targets/stage2/stage2-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.18 2005/12/19 15:28:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-chroot.sh,v 1.19 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage2/stage2-controller.sh b/targets/stage2/stage2-controller.sh index 83ce033e..04777d93 100755 --- a/targets/stage2/stage2-controller.sh +++ b/targets/stage2/stage2-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.4 2005/12/19 15:28:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage2/stage2-preclean-chroot.sh b/targets/stage2/stage2-preclean-chroot.sh index fd90513e..61340289 100755 --- a/targets/stage2/stage2-preclean-chroot.sh +++ b/targets/stage2/stage2-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage2/stage2-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh index e04af4be..29b6ebcd 100755 --- a/targets/stage3/stage3-chroot.sh +++ b/targets/stage3/stage3-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.27 2006/01/26 15:35:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-chroot.sh,v 1.28 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage3/stage3-controller.sh b/targets/stage3/stage3-controller.sh index 4ec92442..5c6be7f3 100755 --- a/targets/stage3/stage3-controller.sh +++ b/targets/stage3/stage3-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.4 2005/12/19 15:28:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-controller.sh,v 1.5 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage3/stage3-preclean-chroot.sh b/targets/stage3/stage3-preclean-chroot.sh index 69dc3374..8b4bcfa0 100755 --- a/targets/stage3/stage3-preclean-chroot.sh +++ b/targets/stage3/stage3-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.10 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage3/stage3-preclean-chroot.sh,v 1.11 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/stage4/stage4-chroot.sh b/targets/stage4/stage4-chroot.sh index f9f55c53..024f4c3b 100755 --- a/targets/stage4/stage4-chroot.sh +++ b/targets/stage4/stage4-chroot.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/stage4/stage4-controller.sh b/targets/stage4/stage4-controller.sh index ba6dc164..3d4e69c5 100755 --- a/targets/stage4/stage4-controller.sh +++ b/targets/stage4/stage4-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.13 2006/10/02 20:25:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-controller.sh,v 1.14 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/stage4/stage4-preclean-chroot.sh b/targets/stage4/stage4-preclean-chroot.sh index 72efa357..08a9d170 100755 --- a/targets/stage4/stage4-preclean-chroot.sh +++ b/targets/stage4/stage4-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-preclean-chroot.sh,v 1.3 2005/12/19 15:36:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage4/stage4-preclean-chroot.sh,v 1.4 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh #update_env_settings diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootloader-setup.sh index fabc06fe..41449fe6 100755 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.40 2006/07/11 21:40:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/bootloader-setup.sh,v 1.41 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 37c56948..489e2883 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.31 2006/07/11 21:40:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/create-iso.sh,v 1.32 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/support/functions.sh b/targets/support/functions.sh index 2a8f6e23..18984d28 100755 --- a/targets/support/functions.sh +++ b/targets/support/functions.sh @@ -1,5 +1,3 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 copy_to_chroot(){ local file_name=$(basename ${1}) local dest_dir=${clst_chroot_path}${2} diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 22636eea..d3714f2b 100755 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 source /tmp/chroot-functions.sh diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 0c18f8d9..31cd9b83 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.63 2006/09/13 18:32:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.64 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index a4b1b182..7e6159f1 100755 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/netboot2-final.sh,v 1.2 2006/01/16 15:25:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/netboot2-final.sh,v 1.3 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh index 11ddcdea..951740b2 100755 --- a/targets/support/post-kmerge.sh +++ b/targets/support/post-kmerge.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh index 53c88ce7..3503ab49 100755 --- a/targets/support/pre-kmerge.sh +++ b/targets/support/pre-kmerge.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 . /tmp/chroot-functions.sh diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index 2ab7fc68..b35ebed2 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -1,6 +1,4 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 if [ "${clst_spec_prefix}" == "livecd" ] then diff --git a/targets/support/target_image_setup.sh b/targets/support/target_image_setup.sh index bee6e08f..c55aba60 100755 --- a/targets/support/target_image_setup.sh +++ b/targets/support/target_image_setup.sh @@ -1,5 +1,3 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 . ${clst_sharedir}/targets/support/functions.sh . ${clst_sharedir}/targets/support/filesystem-functions.sh diff --git a/targets/support/unmerge.sh b/targets/support/unmerge.sh index 41dcc68c..9a3720b6 100644 --- a/targets/support/unmerge.sh +++ b/targets/support/unmerge.sh @@ -1,6 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/unmerge.sh,v 1.5 2006/06/22 11:43:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/unmerge.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $ source /tmp/chroot-functions.sh diff --git a/targets/tinderbox/tinderbox-chroot.sh b/targets/tinderbox/tinderbox-chroot.sh index 394b2d9f..7aba02a6 100755 --- a/targets/tinderbox/tinderbox-chroot.sh +++ b/targets/tinderbox/tinderbox-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.16 2005/12/19 19:10:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-chroot.sh,v 1.17 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh diff --git a/targets/tinderbox/tinderbox-controller.sh b/targets/tinderbox/tinderbox-controller.sh index b19fab92..a9d6ddb8 100755 --- a/targets/tinderbox/tinderbox-controller.sh +++ b/targets/tinderbox/tinderbox-controller.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.5 2005/12/19 19:10:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-controller.sh,v 1.6 2006/10/02 20:41:54 wolf31o2 Exp $ . ${clst_sharedir}/targets/support/functions.sh diff --git a/targets/tinderbox/tinderbox-preclean-chroot.sh b/targets/tinderbox/tinderbox-preclean-chroot.sh index 122d5d3d..2ef84ffe 100755 --- a/targets/tinderbox/tinderbox-preclean-chroot.sh +++ b/targets/tinderbox/tinderbox-preclean-chroot.sh @@ -1,7 +1,5 @@ #!/bin/bash -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.8 2006/01/17 19:30:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/tinderbox/tinderbox-preclean-chroot.sh,v 1.9 2006/10/02 20:41:54 wolf31o2 Exp $ . /tmp/chroot-functions.sh update_env_settings