From 3410934fa1c9865e99d677b9fb05249e1398ff74 Mon Sep 17 00:00:00 2001 From: pst Date: Tue, 1 Apr 1997 05:52:30 +0000 Subject: Back out previous patch, I got confused by an old sshd.conf file --- security/ssh2/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ssh2') diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 10434a6426c..29cc5a46d34 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 -- cgit