PERFORCE change 84631 for review

soc-saturnero soc-saturnero at FreeBSD.org
Sat Oct 1 16:14:03 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84631

Change 84631 by soc-saturnero at 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."


More information about the p4-projects mailing list