summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authoritojun <itojun>2002-06-27 08:32:57 +0000
committeritojun <itojun>2002-06-27 08:32:57 +0000
commit5a1879327e608f96546f48b9b310ca8189c3d8d0 (patch)
tree9461e192de22bcc18c8f3d0a9eb02841ec2071ae /security/openssh
parent6881489e62f821d0ac5a42790a7f7347f7491a58 (diff)
downloadpkgsrc-5a1879327e608f96546f48b9b310ca8189c3d8d0.tar.gz
use @PREFIX@ and @CAT. From: Stoned Elipot <seb@script.jussieu.fr>
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 6a11c36d072..30dc3f8f3a3 100644
--- a/security/openssh/INSTALL
+++ b/security/openssh/INSTALL
@@ -1,6 +1,6 @@
-# $NetBSD: INSTALL,v 1.4 2002/06/27 02:30:18 itojun Exp $
+# $NetBSD: INSTALL,v 1.5 2002/06/27 08:32:57 itojun Exp $
-DIRS="/etc /etc/ssh /usr/pkg/etc /usr/pkg/etc/ssh"
+DIRS="/etc /etc/ssh @PREFIX@/etc @PREFIX@/etc/ssh"
FILES="sshd.conf sshd_config"
if [ "${STAGE}" != "POST-INSTALL" ]; then
@@ -12,7 +12,7 @@ for dir in $DIRS; do
for file in $FILES; do
path=$dir/$file
if [ -f $path ]; then
- cat <<EOF
+ @CAT@ <<EOF
===========================================================================
*===* NOTICE *===*