diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-28 17:10:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-28 17:10:16 +0000 |
commit | 18dad003e4f59d78f08e20a95dbd6d78e18c3ad2 (patch) | |
tree | 941cc4feec4bfacab28d75e8b3b8fe31a99cb953 /security/openssh/PLIST | |
parent | fef800e69ab5d667eba5461f51e950b382282889 (diff) | |
download | pkgsrc-18dad003e4f59d78f08e20a95dbd6d78e18c3ad2.tar.gz |
Add ability to update the in-tree OpenSSH directly from pkgsrc. This
installs the binaries directly in /usr and places the manpages and example
files in the correct hier(7) locations. We don't register installation in
this case because the package database can't handle it. We deal with the
ssh config files and directories as follows:
NetBSD-1.5.* use /etc/ssh_config, /etc/sshd_config
NetBSD-1.6 use /etc/ssh/ssh_config, /etc/ssh/sshd_config
We also emit a warning in the MESSAGE file that /etc/ssh.conf and
/etc/sshd.conf should be renamed in order to keep using them. Lastly,
there is a new target "tarball" to generate a tarball of the installed
files that might be used to install quickly on many machines, though it
may be only of limited utility.
These changes are only active if UPDATE_INTREE_OPENSSH is defined.
Diffstat (limited to 'security/openssh/PLIST')
-rw-r--r-- | security/openssh/PLIST | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/security/openssh/PLIST b/security/openssh/PLIST index 0017c24d208..fc87e722312 100644 --- a/security/openssh/PLIST +++ b/security/openssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/06/26 10:29:59 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/06/28 17:10:17 jlam Exp $ bin/scp bin/sftp bin/slogin @@ -7,25 +7,24 @@ bin/ssh-add bin/ssh-agent bin/ssh-keygen bin/ssh-keyscan -etc/rc.d/sshd +${RCD_SCRIPTS_EGDIR}/sshd libexec/sftp-server libexec/ssh-keysign -man/man1/scp.1 -man/man1/sftp.1 -man/man1/slogin.1 -man/man1/ssh-add.1 -man/man1/ssh-agent.1 -man/man1/ssh-keygen.1 -man/man1/ssh-keyscan.1 -man/man1/ssh.1 -man/man5/ssh_config.5 -man/man5/sshd_config.5 -man/man8/sftp-server.8 -man/man8/ssh-keysign.8 -man/man8/sshd.8 +${MANDIR}/man1/scp.1 +${MANDIR}/man1/sftp.1 +${MANDIR}/man1/slogin.1 +${MANDIR}/man1/ssh-add.1 +${MANDIR}/man1/ssh-agent.1 +${MANDIR}/man1/ssh-keygen.1 +${MANDIR}/man1/ssh-keyscan.1 +${MANDIR}/man1/ssh.1 +${MANDIR}/man5/ssh_config.5 +${MANDIR}/man5/sshd_config.5 +${MANDIR}/man8/sftp-server.8 +${MANDIR}/man8/ssh-keysign.8 +${MANDIR}/man8/sshd.8 sbin/sshd share/examples/openssh/moduli share/examples/openssh/ssh_config share/examples/openssh/sshd_config @dirrm share/examples/openssh -@exec ${MKDIR} /var/chroot/sshd |