From owner-p4-projects@FreeBSD.ORG Sat Oct 1 23:14:03 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B190E16A421; Sat, 1 Oct 2005 23:14:02 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AE3C16A420 for ; Sat, 1 Oct 2005 23:14:02 +0000 (GMT) (envelope-from soc-saturnero@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039B343D48 for ; Sat, 1 Oct 2005 23:14:02 +0000 (GMT) (envelope-from soc-saturnero@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j91NE1gV002395 for ; Sat, 1 Oct 2005 23:14:01 GMT (envelope-from soc-saturnero@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j91NE1A8002392 for perforce@freebsd.org; Sat, 1 Oct 2005 23:14:01 GMT (envelope-from soc-saturnero@freebsd.org) Date: Sat, 1 Oct 2005 23:14:01 GMT Message-Id: <200510012314.j91NE1A8002392@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-saturnero@freebsd.org using -f From: soc-saturnero To: Perforce Change Reviews Cc: Subject: PERFORCE change 84631 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 23:14:03 -0000 http://perforce.freebsd.org/chv.cgi?CH=84631 Change 84631 by soc-saturnero@soc-saturnero_sberta on 2005/10/01 23:13:18 Added $Id$ for FreeSBIE cvs repo Affected files ... .. //depot/projects/soc2005/freesbie/COPYING#2 edit .. //depot/projects/soc2005/freesbie/Makefile#11 edit .. //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#12 edit .. //depot/projects/soc2005/freesbie/conf/make.conf#2 edit .. //depot/projects/soc2005/freesbie/conf/make.conf.minimal#3 edit .. //depot/projects/soc2005/freesbie/conf/rc.d/unionfs#2 edit .. //depot/projects/soc2005/freesbie/conf/rc.d/uzip#4 edit .. //depot/projects/soc2005/freesbie/extra/customroot.sh#2 edit .. //depot/projects/soc2005/freesbie/extra/customroot/README#2 edit .. //depot/projects/soc2005/freesbie/extra/etcmfs.sh#2 edit .. //depot/projects/soc2005/freesbie/scripts/buildkernel.sh#5 edit .. //depot/projects/soc2005/freesbie/scripts/buildworld.sh#6 edit .. //depot/projects/soc2005/freesbie/scripts/cleandir.sh#3 edit .. //depot/projects/soc2005/freesbie/scripts/clonefs.sh#5 edit .. //depot/projects/soc2005/freesbie/scripts/extra.sh#3 edit .. //depot/projects/soc2005/freesbie/scripts/flash.sh#4 edit .. //depot/projects/soc2005/freesbie/scripts/img.sh#6 edit .. //depot/projects/soc2005/freesbie/scripts/installkernel.sh#4 edit .. //depot/projects/soc2005/freesbie/scripts/installworld.sh#3 edit .. //depot/projects/soc2005/freesbie/scripts/iso.sh#5 edit .. //depot/projects/soc2005/freesbie/scripts/launch.sh#8 edit .. //depot/projects/soc2005/freesbie/scripts/pkginstall.sh#4 edit .. //depot/projects/soc2005/freesbie/scripts/pkgselect.sh#4 edit .. //depot/projects/soc2005/freesbie/scripts/powerpc/iso.sh#5 edit Differences ... ==== //depot/projects/soc2005/freesbie/COPYING#2 (text+ko) ==== @@ -24,4 +24,5 @@ * SUCH DAMAGE. * * $FreeBSD$ + * $Id$ */ ==== //depot/projects/soc2005/freesbie/Makefile#11 (text+ko) ==== @@ -4,6 +4,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ # # FreeSBIE makefile. Main targets are: # ==== //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#12 (text+ko) ==== @@ -7,6 +7,7 @@ # See COPYING for license terms. # # $FreeBSD$ +# $Id$ # # Don't modify it, create your own freesbie.conf instead. ==== //depot/projects/soc2005/freesbie/conf/make.conf#2 (text+ko) ==== @@ -1,1 +1,4 @@ +# $FreeBSD$ +# $Id$ + NO_PROFILE=TRUE ==== //depot/projects/soc2005/freesbie/conf/make.conf.minimal#3 (text+ko) ==== @@ -1,3 +1,6 @@ +# $FreeBSD$ +# $Id$ + NO_ACPI=YES NO_ATM=YES NO_AUTHPF=YES ==== //depot/projects/soc2005/freesbie/conf/rc.d/unionfs#2 (text+ko) ==== @@ -1,6 +1,7 @@ #!/bin/sh # # $FreeBSD$ +# $Id$ # # PROVIDE: unionfs ==== //depot/projects/soc2005/freesbie/conf/rc.d/uzip#4 (text+ko) ==== @@ -1,6 +1,7 @@ #!/bin/sh # # $FreeBSD$ +# $Id$ # # PROVIDE: uzip ==== //depot/projects/soc2005/freesbie/extra/customroot.sh#2 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/extra/customroot/README#2 (text+ko) ==== @@ -1,3 +1,6 @@ +$FreeBSD$ +$Id$ + This directory contains the custom files to be included into the live filesystem. It has to be considered as a / filesystem. Files are just copied to the livefs directory after every other operation, just ==== //depot/projects/soc2005/freesbie/extra/etcmfs.sh#2 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/buildkernel.sh#5 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/buildworld.sh#6 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/cleandir.sh#3 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/clonefs.sh#5 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/extra.sh#3 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/flash.sh#4 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/img.sh#6 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/installkernel.sh#4 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/installworld.sh#3 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/iso.sh#5 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/launch.sh#8 (text+ko) ==== @@ -7,6 +7,7 @@ # See COPYING for license terms. # # $FreeBSD$ +# $Id$ # # Usage: launch.sh ${TARGET} [ ${LOGFILE} ] ==== //depot/projects/soc2005/freesbie/scripts/pkginstall.sh#4 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/pkgselect.sh#4 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ set -e -u ==== //depot/projects/soc2005/freesbie/scripts/powerpc/iso.sh#5 (text+ko) ==== @@ -5,6 +5,7 @@ # See COPYING for licence terms. # # $FreeBSD$ +# $Id$ if [ -z "${LOGFILE:-}" ]; then echo "This script can't run standalone."