diff options
author | itojun <itojun> | 2002-06-27 02:30:18 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-27 02:30:18 +0000 |
commit | bc9d93b9dcd3598cd14c973e1440b88ececc314c (patch) | |
tree | d2a6e8f0d9654781829d439139928938826e0165 /security/openssh | |
parent | d03e7a38a927d8d9781f1a7f36a8faaf4adab90f (diff) | |
download | pkgsrc-bc9d93b9dcd3598cd14c973e1440b88ececc314c.tar.gz |
add /usr/pkg/etc/ssh to the target
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 7abf68b5269..6a11c36d072 100644 --- a/security/openssh/INSTALL +++ b/security/openssh/INSTALL @@ -1,6 +1,6 @@ -# $NetBSD: INSTALL,v 1.3 2002/06/27 02:15:11 grant Exp $ +# $NetBSD: INSTALL,v 1.4 2002/06/27 02:30:18 itojun Exp $ -DIRS="/etc /etc/ssh /usr/pkg/etc" +DIRS="/etc /etc/ssh /usr/pkg/etc /usr/pkg/etc/ssh" FILES="sshd.conf sshd_config" if [ "${STAGE}" != "POST-INSTALL" ]; then |