diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-26 08:57:18 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-26 08:57:18 +0000 |
commit | 0e0105aa1f3097863e90916975a81b8fd7d831ed (patch) | |
tree | c84661d2dd1d85244b87581a8f2115f7546273c1 /security | |
parent | 843d75a2b75df5c26f08e4e5e84a897e1ac112e2 (diff) | |
download | pkgsrc-0e0105aa1f3097863e90916975a81b8fd7d831ed.tar.gz |
use ${MKDIR}
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/PLIST b/security/openssh/PLIST index cd06143f77f..89e14803cc8 100644 --- a/security/openssh/PLIST +++ b/security/openssh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/06/25 02:13:12 itojun Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 08:57:18 itojun Exp $ bin/scp bin/sftp bin/slogin @@ -28,4 +28,4 @@ share/examples/openssh/moduli share/examples/openssh/ssh_config share/examples/openssh/sshd_config @dirrm share/examples/openssh -@exec mkdir -p /var/chroot/sshd +@exec ${MKDIR} /var/chroot/sshd |