diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-27 08:46:20 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-27 08:46:20 +0000 |
commit | 43a927f2bac45a0ab15e93ee92e78b3fd99e2993 (patch) | |
tree | e392564d737d54462f069ad96c14039c68007dc6 /security/openssh | |
parent | 17184fafca9bcc5244e23723c0e249bf4078fb29 (diff) | |
download | pkgsrc-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/openssh')
-rw-r--r-- | security/openssh/INSTALL | 4 |
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 *===* |