summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-03-13 06:30:12 +0000
committerhubertf <hubertf>2002-03-13 06:30:12 +0000
commitd01932a5e797480d69e3d97a3ebc41bdcf283d41 (patch)
tree0945d43197fa573ee522f90f17dce40068e54f2f /mk/bulk
parent9f34bd954c9e9f64a115f97e6b7ae22ab048aa09 (diff)
downloadpkgsrc-d01932a5e797480d69e3d97a3ebc41bdcf283d41.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/bulk')
-rw-r--r--mk/bulk/do-sandbox-build15
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'