From 1617f0113fe35101170bdbccd1e640bfb2de13c2 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 7 Sep 2000 09:53:13 +0000 Subject: 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". --- Packages.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Packages.txt') 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 -- cgit v1.2.3