summaryrefslogtreecommitdiff
path: root/security/openssh/MESSAGE
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-05 04:17:31 +0000
committerjlam <jlam>2002-02-05 04:17:31 +0000
commit0e0eef70746579e2e726a4e06c95b97b4da1af02 (patch)
tree1b863098903ef1715423880e9b12ba1fc0b7aa99 /security/openssh/MESSAGE
parent1a77520b4142db8ce785e52e491a43df3f365382 (diff)
downloadpkgsrc-0e0eef70746579e2e726a4e06c95b97b4da1af02.tar.gz
* SSH_CONF_DIR has been obsoleted. Use PKG_SYSCONFDIR instead.
* Build properly on systems that don't have /dev/urandom by testing for the presence of /dev/urandom, instead of just testing for Solaris. * Add disabled code to handle PAM (not quite working yet with security/PAM). * Make the sshd rc.d script more /etc/rc.subr-friendly. * Minimize amount of diffs from pristine OpenSSH sources.
Diffstat (limited to 'security/openssh/MESSAGE')
-rw-r--r--security/openssh/MESSAGE19
1 files changed, 5 insertions, 14 deletions
diff --git a/security/openssh/MESSAGE b/security/openssh/MESSAGE
index 41ae6b87c62..9c7dcf724eb 100644
--- a/security/openssh/MESSAGE
+++ b/security/openssh/MESSAGE
@@ -1,20 +1,11 @@
==========================================================================
-$NetBSD: MESSAGE,v 1.2 2001/12/05 17:03:56 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/02/05 04:17:31 jlam Exp $
-If "starter" configuration files were installed (in ${SSH_CONF_DIR})
-when the package was installed, be sure to examine them (and the man pages
-for ssh and sshd) to determine whether you want to make any changes.
+ *===* NOTICE *===*
-Copies of the example configuration files are installed in
-${PREFIX}/share/examples/openssh, so those can still be used for reference
-after you have made changes to those installed in ${SSH_CONF_DIR}, or if
-you had existing configuration files, which would not be overwritten in
-the installation process.
+The config files for ${PKGNAME} must be located in:
-In general, you will want to set up /etc/rc.local to start sshd at boot
-time. Something like the following should do the job:
-
-# Run sshd if installed and configured
-${PREFIX}/etc/rc.d/sshd
+ ${PKG_SYSCONFDIR}
+and the example files are located in ${EGDIR}.
==========================================================================