diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 01:41:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-27 01:41:44 +0000 |
commit | 0d088a094b07daede9a3f93d896a2e57d86d53e8 (patch) | |
tree | ebfe1866dabef906e379af446c5ad690c78c9e66 /Tools/portbuild/scripts/checkmachines | |
parent | A configuration file where all options reside. (diff) |
Pull in configuration variables from /var/portbuild/portbuild.conf.
/var/portbuild is the new designated home of the portbuild setup, and
is expected to be a symlink to wherever you choose to put the stuff.
Also, change reportload to use /var/portbuild to store temporary files.
Seems there are some bugs in the null mount code that make the files
inaccessible if you are using an NFS root.
Notes
Notes:
svn path=/head/; revision=33172
Diffstat (limited to 'Tools/portbuild/scripts/checkmachines')
-rwxr-xr-x | Tools/portbuild/scripts/checkmachines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/checkmachines b/Tools/portbuild/scripts/checkmachines index c2efbdbc8b42..861c86bfc797 100755 --- a/Tools/portbuild/scripts/checkmachines +++ b/Tools/portbuild/scripts/checkmachines @@ -1,6 +1,6 @@ #!/bin/sh -buildroot=/a/asami/portbuild +buildroot=/var/portbuild mlist=${buildroot}/mlist stamp=${buildroot}/loads/.stamp |