summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-04-04 23:40:53 +0000
committerhubertf <hubertf@pkgsrc.org>2001-04-04 23:40:53 +0000
commit764baf273c57c132381cd57be16a7861784bda82 (patch)
tree1dc3c7672f34c15cb1447cb8ebe57cb52c87b8d9 /security
parent7f891b411497cef8e4e55840e4b53b5a6f612308 (diff)
downloadpkgsrc-764baf273c57c132381cd57be16a7861784bda82.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} ]