summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorgrant <grant>2002-06-28 04:40:05 +0000
committergrant <grant>2002-06-28 04:40:05 +0000
commit86df7a5425d689f6a952e61ae882166de56bc966 (patch)
treed1d8c8be426a93e9000ec46d73b3dbbf21bd5dde /security/openssh
parent85be4e5b218b1b49bb7003d97632d2081d9f8f80 (diff)
downloadpkgsrc-86df7a5425d689f6a952e61ae882166de56bc966.tar.gz
s/${PKG_SYSCONFDIR}/@PKG_SYSCONFDIR@/
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/INSTALL b/security/openssh/INSTALL
index 39020075caa..a174c84eeb3 100644
--- a/security/openssh/INSTALL
+++ b/security/openssh/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.6 2002/06/27 08:46:20 itojun Exp $
+# $NetBSD: INSTALL,v 1.7 2002/06/28 04:40:05 grant Exp $
DIRS="/etc /etc/ssh @PREFIX@/etc @PREFIX@/etc/ssh"
FILES="sshd.conf sshd_config"
@@ -8,7 +8,7 @@ if [ "${STAGE}" != "POST-INSTALL" ]; then
fi
for dir in $DIRS; do
- if [ "${PKG_SYSCONFDIR}" != "$dir" ]; then
+ if [ "@PKG_SYSCONFDIR@" != "$dir" ]; then
for file in $FILES; do
path=$dir/$file
if [ -f $path ]; then
@@ -21,7 +21,7 @@ WARNING: previous configuration file $path found.
The config files for ${PKGNAME} must be located in:
- ${PKG_SYSCONFDIR}
+ @PKG_SYSCONFDIR@
You will need to ensure your configuration files and/or keys are
placed in the correct directory before using ${PKGNAME}.