port the dropbear init script fix for keygen => restart to openssh (fixes #1300)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 27 Feb 2007 23:55:20 +0000 (23:55 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 27 Feb 2007 23:55:20 +0000 (23:55 +0000)
SVN-Revision: 6415

net/openssh/files/sshd.init

index c2e535d311d7c194c38070f7020991ce6632d136..617d4370c169918c090c9394577255147644ff91 100755 (executable)
@@ -8,7 +8,7 @@ start() {
                [ ! -f $key ] && {
                        # generate missing keys
                        [ -x /usr/bin/ssh-keygen ] && {
-                               /usr/bin/ssh-keygen -N '' -t $type -f $key 2>&- >&- && exec $0 $*
+                               /usr/bin/ssh-keygen -N '' -t $type -f $key 2>&- >&- && exec /etc/rc.common "$initscript" start
                        } &
                        exit 0
                }