init script fixes, fixed udev
[hdw-linux/hdw-linux.git] / packages / security / openssh / openssh.setup
index aff725c..50a9e5e 100644 (file)
@@ -5,6 +5,7 @@ setup_block()   {
                -f /etc/ssh/ssh_host_dsa_key -N ""
        /usr/bin/ssh-keygen -t rsa -b 1024 \
                -f /etc/ssh/ssh_host_rsa_key -N ""
+       touch /var/log/lastlog
        echo "done. "
                }