svn commit: r269640 - head/release

Glen Barber gjb at FreeBSD.org
Wed Aug 6 19:06:39 UTC 2014


Author: gjb
Date: Wed Aug  6 19:06:38 2014
New Revision: 269640
URL: http://svnweb.freebsd.org/changeset/base/269640

Log:
  Comment load_chroot_env() and load_target_env() in
  the release/release.conf.sample file.  The uncommented
  version snuck in during testing.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/release.conf.sample

Modified: head/release/release.conf.sample
==============================================================================
--- head/release/release.conf.sample	Wed Aug  6 19:04:05 2014	(r269639)
+++ head/release/release.conf.sample	Wed Aug  6 19:06:38 2014	(r269640)
@@ -3,10 +3,10 @@
 # $FreeBSD$
 #
 
-# Redefine environment variables here to override prototypes
-# defined in release.sh.
-load_chroot_env() { }
-load_target_env() { }
+## Redefine environment variables here to override prototypes
+## defined in release.sh.
+#load_chroot_env() { }
+#load_target_env() { }
 
 ## Set the directory within which the release will be built.
 CHROOTDIR="/scratch"


More information about the svn-src-head mailing list