summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-06-27 08:46:20 +0000
committeritojun <itojun@pkgsrc.org>2002-06-27 08:46:20 +0000
commit43a927f2bac45a0ab15e93ee92e78b3fd99e2993 (patch)
treee392564d737d54462f069ad96c14039c68007dc6 /security
parent17184fafca9bcc5244e23723c0e249bf4078fb29 (diff)
downloadpkgsrc-43a927f2bac45a0ab15e93ee92e78b3fd99e2993.tar.gz
use ${CAT} not @CAT@, as it is set by pkgsrc/mk/install/header.
From: Stoned Elipot <seb@script.jussieu.fr>
Diffstat (limited to 'security')
-rw-r--r--security/openssh/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/INSTALL b/security/openssh/INSTALL
index 30dc3f8f3a3..39020075caa 100644
--- a/security/openssh/INSTALL
+++ b/security/openssh/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.5 2002/06/27 08:32:57 itojun Exp $
+# $NetBSD: INSTALL,v 1.6 2002/06/27 08:46:20 itojun Exp $
DIRS="/etc /etc/ssh @PREFIX@/etc @PREFIX@/etc/ssh"
FILES="sshd.conf sshd_config"
@@ -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 *===*