summaryrefslogtreecommitdiff
path: root/security/openssh/pkg/INSTALL.SunOS
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-21 18:55:37 +0000
committertron <tron@pkgsrc.org>2001-02-21 18:55:37 +0000
commitfc6aebde7f8ae4b1e4ff107e361661a629723a9c (patch)
tree61bb31bd70e12d705c7bdf8a36a2c8baef06ea4d /security/openssh/pkg/INSTALL.SunOS
parent052ca3a6812450628664140ff2963288411108a0 (diff)
downloadpkgsrc-fc6aebde7f8ae4b1e4ff107e361661a629723a9c.tar.gz
Sync SunOS package list and installation script with 2.5p1 changes.
Diffstat (limited to 'security/openssh/pkg/INSTALL.SunOS')
-rw-r--r--security/openssh/pkg/INSTALL.SunOS4
1 files changed, 2 insertions, 2 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} ]