From 4605da6728f9bda3ad8203147771feb49ecaab1e Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 17 Dec 2000 23:32:39 +0000 Subject: Note that ssh doesn't need to be installed in /etc/rc.conf on 1.5 systems. --- Packages.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index d9d93f3242d..2a8e662ce02 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.129 2000/12/15 14:03:31 abs Exp $ +# $NetBSD: Packages.txt,v 1.130 2000/12/17 23:32:39 hubertf Exp $ ########################################################################### ========================== @@ -338,16 +338,18 @@ which user to su(8) to to do a 'cvs update'. ======================================== 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: +/etc/rc.local. Also, if you use a OS version below 1.5 or stil want +to use the pkgsrc version of ssh for some reason, be sure to install +ssh before starting it from rc.local: ( 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 + if [ -f /usr/pkg/etc/rc.d/sshd ]; then + /usr/pkg/etc/rc.d/sshd fi Not doing so will result in you being not able to log in via ssh -after the bulk build is finished. You have been warned! :) +after the bulk build is finished or if the machine gets rebooted +or crashes. You have been warned! :) 3.2.3 Operation -- cgit v1.2.3