diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-07 09:53:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-07 09:53:13 +0000 |
commit | 1617f0113fe35101170bdbccd1e640bfb2de13c2 (patch) | |
tree | d3d82ae0337a160e97a94718193d6e18b18ecfd1 /Packages.txt | |
parent | ae67292a18d7540aa7adc3c0d7de1e0a44a4a339 (diff) | |
download | pkgsrc-1617f0113fe35101170bdbccd1e640bfb2de13c2.tar.gz |
When prepare a machien for bulk builds, take into account that the
ssh pkg could be deleted by some amok running script, and install ssh
via "make bulk-install".
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 307a3a578c8..f1516e4fd6c 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.109 2000/08/27 10:59:53 jlam Exp $ +# $NetBSD: Packages.txt,v 1.110 2000/09/07 09:53:13 hubertf Exp $ ########################################################################### ========================== @@ -313,11 +313,11 @@ You may want to set things in /etc/mk.conf: 3.2.2 Other environmental considerations ======================================== -Drop your favourite login shell in /usr/local, or pkg_add it from -/etc/rc.local. Also, be sure to pkg_add ssh before starting it from +Drop your favourite login shell in /usr/local, or install it from +/etc/rc.local. Also, be sure to install ssh before starting it from rc.local: - /usr/sbin/pkg_add /usr/pkgsrc/packages/i386/All/ssh-1.2.27.tgz + ( cd /usr/pkgsrc/security/ssh ; make bulk-install ) if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then /usr/pkg/etc/rc.d/sshd.sh fi |