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
This commit is contained in:
Glen Barber 2014-08-06 19:06:38 +00:00
parent 95d901dba9
commit 5d60413452
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269640

View file

@ -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"