Diff for /elwix/config/etc/default/rc.d/022.sshd.run between versions 1.2 and 1.3

version 1.2, 2011/10/18 09:02:07 version 1.3, 2012/10/12 08:22:45
Line 41  sshd_keygen() Line 41  sshd_keygen()
         )          )
 }  }
   
   [ ! -x /usr/sbin/sshd ] && exit
   
 if [ ! -f /etc/ssh/ssh_host_key -o \  if [ ! -f /etc/ssh/ssh_host_key -o \
                 ! -f /etc/ssh/ssh_host_dsa_key -o \                  ! -f /etc/ssh/ssh_host_dsa_key -o \
                 ! -f /etc/ssh/ssh_host_rsa_key ]; then                  ! -f /etc/ssh/ssh_host_rsa_key ]; then

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>