summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-17 23:32:39 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-17 23:32:39 +0000
commit4605da6728f9bda3ad8203147771feb49ecaab1e (patch)
tree42453c71ce59fa911734f3f4cb3a8e9bf50fe02b /Packages.txt
parentdf7948804e18401baeb9f3f2ca9b7ded3f4f66c7 (diff)
downloadpkgsrc-4605da6728f9bda3ad8203147771feb49ecaab1e.tar.gz
Note that ssh doesn't need to be installed in /etc/rc.conf on 1.5 systems.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt14
1 files changed, 8 insertions, 6 deletions
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