PERFORCE change 80282 for review

soc-saturnero soc-saturnero at FreeBSD.org
Fri Jul 15 17:24:08 GMT 2005


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

Change 80282 by soc-saturnero at soc-saturnero_sberta on 2005/07/15 17:23:59

	Adding a copyright notice and Makefile.
	Initial work on scripts. 

Affected files ...

.. //depot/projects/soc2005/freesbie/COPYING#1 add
.. //depot/projects/soc2005/freesbie/Makefile#1 add
.. //depot/projects/soc2005/freesbie/ToDo#2 edit
.. //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#2 edit
.. //depot/projects/soc2005/freesbie/scripts/launch.sh#1 add
.. //depot/projects/soc2005/freesbie/scripts/mtree.sh#1 add

Differences ...

==== //depot/projects/soc2005/freesbie/ToDo#2 (text+ko) ====

@@ -15,6 +15,7 @@
       buildworld
       installworld
       [...]
+      extra.sh #Runs requested extra scripts.
       preparefs
       buildiso
       buildimage

==== //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#2 (text+ko) ====

@@ -1,6 +1,14 @@
-# Default configuration file. Don't modify it, create your own
-# freesbie.conf instead. Please note that the file will be included by
-# a Makefile, so see make(1) for the right syntax to use.
+#!/bin/sh
+#
+# Default configuration file. 
+#
+# Copyright (c) 2005 Dario Freni
+#
+# See COPYING for license terms.
+#
+# $FreeBSD$
+#
+# Don't modify it, create your own freesbie.conf instead.
 
 # Path where files are installed.
 BASEDIR="/usr/local/freesbie-fs"


More information about the p4-projects mailing list