1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Back out previous patch, I got confused by an old sshd.conf file

This commit is contained in:
Paul Traina 1997-04-01 05:52:30 +00:00
parent 8878e637bd
commit d7a878f85c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6086
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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