diff options
author | grant <grant@pkgsrc.org> | 2003-01-29 08:50:11 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-01-29 08:50:11 +0000 |
commit | 484ce85ce28b93bce0149db4814a05a103520602 (patch) | |
tree | 8559b6d0cf0a1778753be3084a415f4a8d519389 /Packages.txt | |
parent | f2d5db72d3f058047ff94d2561fc6f01b55c8f1b (diff) | |
download | pkgsrc-484ce85ce28b93bce0149db4814a05a103520602.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.txt | 8 |
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 . |