diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-03-13 06:30:12 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-03-13 06:30:12 +0000 |
commit | d91f40b8324f633b427d3e40bfb98d44cbcac17c (patch) | |
tree | 0945d43197fa573ee522f90f17dce40068e54f2f /mk | |
parent | 42753fc182b11a7dfb981798297ba7eb802bd2b9 (diff) | |
download | pkgsrc-d91f40b8324f633b427d3e40bfb98d44cbcac17c.tar.gz |
Move documentation where it belongs.
Add paragraph "Setting up a sandbox for chroot'ed build" to
Packages.txt and xref it from do-sandbox-build script
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/do-sandbox-build | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/mk/bulk/do-sandbox-build b/mk/bulk/do-sandbox-build index d827946d414..f3725bb7ac8 100644 --- a/mk/bulk/do-sandbox-build +++ b/mk/bulk/do-sandbox-build @@ -1,21 +1,10 @@ #!/bin/sh -# $NetBSD: do-sandbox-build,v 1.4 2001/06/27 11:53:03 hubertf Exp $ +# $NetBSD: do-sandbox-build,v 1.5 2002/03/13 06:30:13 hubertf Exp $ # # Script to start a sandbox build # - -# -# Important files in sandbox (after extracting sets or doing a -# "make distribution DESTDIR=/usr/sandbox" in src/etc): -# * kernel (/netbsd) -# * /dev/* -# * working(!) mail config (hostname, sendmail.cf) -# * /etc/localtime (security/snmpd) -# * /etc/resolv.conf (security/snmpd) -# * /usr/src (sysutils/aperture, net/ppp-mppe) -# -# !!! Don't forget to install X !!! +# See pkgsrc/Packages.txt for documentation! # chroot /usr/sandbox sh -c 'cd /usr/cvs.local/pkgsrc/ ; sh mk/bulk/build' |