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

version 1.2, 2011/10/18 09:02:07 version 1.2.4.2, 2012/02/23 09:39:38
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.2.4.2


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