diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-05 04:17:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-05 04:17:31 +0000 |
commit | f0540167c04e37e62b9f797e87eff333bab16a7c (patch) | |
tree | 1b863098903ef1715423880e9b12ba1fc0b7aa99 /security/openssh/PLIST.pam | |
parent | c47f6a256ec4d27948314cf19d0059d6af2ac958 (diff) | |
download | pkgsrc-f0540167c04e37e62b9f797e87eff333bab16a7c.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/PLIST.pam')
-rw-r--r-- | security/openssh/PLIST.pam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh/PLIST.pam b/security/openssh/PLIST.pam new file mode 100644 index 00000000000..7c01bc07488 --- /dev/null +++ b/security/openssh/PLIST.pam @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.pam,v 1.1 2002/02/05 04:17:32 jlam Exp $ +share/examples/openssh/sshd.pam |