summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorgrant <grant>2003-01-29 08:50:11 +0000
committergrant <grant>2003-01-29 08:50:11 +0000
commit74b49eae7c19b0cdd82e6b2c5e38f19695d5c300 (patch)
tree8559b6d0cf0a1778753be3084a415f4a8d519389 /Packages.txt
parentc4521f16edaa8ce89bd801f7dcf8ce4fa3197770 (diff)
downloadpkgsrc-74b49eae7c19b0cdd82e6b2c5e38f19695d5c300.tar.gz
- fix a typo.
- security/smtpd (not snmpd) wants /etc/localtime. found while marking up :)
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Packages.txt b/Packages.txt
index 2d3da9fc450..d740a03a407 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.283 2003/01/28 22:03:00 jlam Exp $
+# $NetBSD: Packages.txt,v 1.284 2003/01/29 08:50:11 grant Exp $
###########################################################################
==========================
@@ -527,17 +527,17 @@ bulk build inside a chroot environment.
The first step to do so is setting up a chroot sandbox, e.g. /usr/sandbox.
After extracting all the sets from a NetBSD installation or doing a
"make distribution DESTDIR=/usr/sandbox" in src/etc, make sure the following
-items are present and properly configures:
+items are present and properly configured:
* kernel:
cp /netbsd /usr/sandbox
* /dev/*:
cd /usr/sandbox/dev ; sh MAKEDEV all
- * /etc/resolv.conf (for security/snmpd and mail):
+ * /etc/resolv.conf (for security/smtpd and mail):
cp /etc/resolv.conf /usr/sandbox/etc
* working(!) mail config (hostname, sendmail.cf):
cp /etc/mail/sendmail.cf /usr/sandbox/etc/mail
- * /etc/localtime (for security/snmpd):
+ * /etc/localtime (for security/smtpd):
ln -sf /usr/share/zoneinfo/GMT /usr/sandbox/etc/localtime
* /usr/src (system sources, for sysutils/aperture, net/ppp-mppe):
ln -s ../disk1/cvs .