diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-04-01 05:52:30 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-04-01 05:52:30 +0000 |
commit | d7a878f85c0667fd00f968f86e57a568213a4cbc (patch) | |
tree | 91636f200e48e41cc1f0ecf578c84d917daafb66 /security/ssh2/pkg-plist | |
parent | 8878e637bd2502f1079f78129fc54ef48e11d876 (diff) |
Notes
Diffstat (limited to 'security/ssh2/pkg-plist')
-rw-r--r-- | security/ssh2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 10434a6426c4..29cc5a46d340 100644 --- a/security/ssh2/pkg-plist +++ b/security/ssh2/pkg-plist @@ -20,5 +20,5 @@ man/man1/ssh.1.gz @unexec rm -f %B/slogin.1.gz man/man8/sshd.8.gz sbin/sshd -@exec if [ ! -f /etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f /etc/ssh_host_key; fi -@unexec rm -f /etc/ssh_host_key +@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi +@unexec rm -f %D/etc/ssh_host_key |