we use /etc not /usr/local/etc for ssh config files

This commit is contained in:
todd 1998-01-23 05:12:51 +00:00
parent 8dee348ebc
commit 71ca8c63c0

View File

@ -20,4 +20,4 @@ man/man1/ssh.1
@unexec rm -f %B/slogin.1
man/man8/sshd.8
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
@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