summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-04-04 23:40:53 +0000
committerhubertf <hubertf>2001-04-04 23:40:53 +0000
commite8703f33a43555b2f69ac279d831821a6b792b07 (patch)
tree1dc3c7672f34c15cb1447cb8ebe57cb52c87b8d9 /security
parent63be15660764fbc95518c5f4c93d0865321f844e (diff)
downloadpkgsrc-e8703f33a43555b2f69ac279d831821a6b792b07.tar.gz
Example files are in 'openssh' dir, not in 'ssh'.
Pointed out in PR 12546 by Martti Kuparinen <martti.kuparinen@iki.fi>
Diffstat (limited to 'security')
-rw-r--r--security/openssh/pkg/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/pkg/INSTALL b/security/openssh/pkg/INSTALL
index c111d3db259..93fa63c3bc1 100644
--- a/security/openssh/pkg/INSTALL
+++ b/security/openssh/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.4 2001/01/10 16:05:53 tron Exp $
+# $NetBSD: INSTALL,v 1.5 2001/04/04 23:40:53 hubertf Exp $
PKGNAME=$1
STAGE=$2
@@ -24,7 +24,7 @@ EOF
;;
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} ]