summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-04-01 05:52:30 +0000
committerPaul Traina <pst@FreeBSD.org>1997-04-01 05:52:30 +0000
commitd7a878f85c0667fd00f968f86e57a568213a4cbc (patch)
tree91636f200e48e41cc1f0ecf578c84d917daafb66 /security/ssh
parentEnable tripwire. (diff)
Back out previous patch, I got confused by an old sshd.conf file
Notes
Notes: svn path=/head/; revision=6086
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist
index 10434a6426c4..29cc5a46d340 100644
--- a/security/ssh/pkg-plist
+++ b/security/ssh/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