summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1997-04-01 03:34:25 +0000
committerPaul Traina <pst@FreeBSD.org>1997-04-01 03:34:25 +0000
commit37bbce243a47a80f3097176a740877cc6fa214da (patch)
treed7f4348ec973b18f0bc8a50429a9939c7b65a658 /security
parentComplete the arpwatch port. (diff)
Generate host key in /etc to match the port
Notes
Notes: svn path=/head/; revision=6081
Diffstat (limited to 'security')
-rw-r--r--security/ssh/pkg-plist4
-rw-r--r--security/ssh2/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist
index 29cc5a46d340..10434a6426c4 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 %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
+@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
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist
index 29cc5a46d340..10434a6426c4 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 %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
+@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