Date: Sun, 30 Oct 2005 13:52:57 GMT From: soc-saturnero <soc-saturnero@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 86067 for review Message-ID: <200510301352.j9UDqvKe041252@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=86067 Change 86067 by soc-saturnero@soc-saturnero_sberta on 2005/10/30 13:52:25 Merge from FreeSBIE CVS: comment fixes Affected files ... .. //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#14 edit .. //depot/projects/soc2005/freesbie/scripts/launch.sh#9 edit Differences ... ==== //depot/projects/soc2005/freesbie/conf/freesbie.defaults.conf#14 (text+ko) ==== @@ -7,9 +7,11 @@ # See COPYING for license terms. # # $FreeBSD$ -# $Id$ +# $Id: freesbie.defaults.conf,v 1.4 2005/10/30 13:53:53 saturnero Exp $ # -# Don't modify it, create your own freesbie.conf instead. +# Don't modify it, create your own conf/freesbie.conf instead, or set +# an environment variable called FREESBIE_CONF to the absolute path of +# your configuration file. # Variables ==== //depot/projects/soc2005/freesbie/scripts/launch.sh#9 (text+ko) ==== @@ -7,7 +7,7 @@ # See COPYING for license terms. # # $FreeBSD$ -# $Id$ +# $Id: launch.sh,v 1.3 2005/10/29 18:46:07 drizzt Exp $ # # Usage: launch.sh ${TARGET} [ ${LOGFILE} ] @@ -60,7 +60,7 @@ # - scripts/custom/${ARCH}/${TARGET}.sh # - scripts/custom/${TARGET}.sh # - scripts/${ARCH}/${TARGET}.sh -# - scripts/custom/${ARCH}/${TARGET}.sh +# - scripts/${TARGET}.sh if [ -f "${LOCALDIR}/scripts/custom/${ARCH}/${TARGET}.sh" ]; then . ${LOCALDIR}/scripts/custom/${ARCH}/${TARGET}.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510301352.j9UDqvKe041252>