18dad003e4
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.
30 lines
693 B
Text
30 lines
693 B
Text
@comment $NetBSD: PLIST,v 1.7 2002/06/28 17:10:17 jlam Exp $
|
|
bin/scp
|
|
bin/sftp
|
|
bin/slogin
|
|
bin/ssh
|
|
bin/ssh-add
|
|
bin/ssh-agent
|
|
bin/ssh-keygen
|
|
bin/ssh-keyscan
|
|
${RCD_SCRIPTS_EGDIR}/sshd
|
|
libexec/sftp-server
|
|
libexec/ssh-keysign
|
|
${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
|