PERFORCE change 86067 for review

soc-saturnero soc-saturnero at FreeBSD.org
Sun Oct 30 05:52:59 PST 2005


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

Change 86067 by soc-saturnero at 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


More information about the p4-projects mailing list