diff options
author | tron <tron@pkgsrc.org> | 2001-02-21 18:55:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-21 18:55:37 +0000 |
commit | fc6aebde7f8ae4b1e4ff107e361661a629723a9c (patch) | |
tree | 61bb31bd70e12d705c7bdf8a36a2c8baef06ea4d /security/openssh | |
parent | 052ca3a6812450628664140ff2963288411108a0 (diff) | |
download | pkgsrc-fc6aebde7f8ae4b1e4ff107e361661a629723a9c.tar.gz |
Sync SunOS package list and installation script with 2.5p1 changes.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/pkg/INSTALL.SunOS | 4 | ||||
-rw-r--r-- | security/openssh/pkg/PLIST.SunOS | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/openssh/pkg/INSTALL.SunOS b/security/openssh/pkg/INSTALL.SunOS index 8568090b716..c2365cd25e0 100644 --- a/security/openssh/pkg/INSTALL.SunOS +++ b/security/openssh/pkg/INSTALL.SunOS @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL.SunOS,v 1.1 2001/01/10 16:05:53 tron Exp $ +# $NetBSD: INSTALL.SunOS,v 1.2 2001/02/21 18:55:37 tron Exp $ PKGNAME=$1 STAGE=$2 @@ -10,7 +10,7 @@ PRE-INSTALL) ;; POST-INSTALL) SSH_CONF_DIR=@SSH_CONF_DIR@ - SSH_EXAMPLE_DIR=${PKG_PREFIX}/share/examples/ssh + SSH_EXAMPLE_DIR=${PKG_PREFIX}/share/examples/openssh INSTALL_DATA="@INSTALL_DATA@" if [ ! -d ${SSH_CONF_DIR} ] diff --git a/security/openssh/pkg/PLIST.SunOS b/security/openssh/pkg/PLIST.SunOS index 7f68d21075d..b3e1a088cf9 100644 --- a/security/openssh/pkg/PLIST.SunOS +++ b/security/openssh/pkg/PLIST.SunOS @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2001/01/10 16:05:53 tron Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2001/02/21 18:55:37 tron Exp $ bin/scp bin/slogin bin/ssh @@ -16,7 +16,7 @@ man/man1/ssh.1 man/man8/sftp-server.8 man/man8/sshd.8 sbin/sshd -share/examples/ssh/ssh_config -share/examples/ssh/ssh_prng_cmds -share/examples/ssh/sshd_config +share/examples/openssh/ssh_config +share/examples/openssh/ssh_prng_cmds +share/examples/openssh/sshd_config @dirrm share/examples/ssh |