Date: Fri, 15 Jul 2005 17:24:06 GMT From: soc-saturnero <soc-saturnero@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 80282 for review Message-ID: <200507151724.j6FHO6DS016697@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80282 Change 80282 by soc-saturnero@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507151724.j6FHO6DS016697>