From c5efcf3aa23f09812c0cd889a977aac46e5eca50 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 27 Feb 2007 23:55:20 +0000 Subject: [PATCH] port the dropbear init script fix for keygen => restart to openssh (fixes #1300) git-svn-id: svn://svn.openwrt.org/openwrt/packages@6415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openssh/files/sshd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index c2e535d31..617d4370c 100755 --- a/net/openssh/files/sshd.init +++ b/net/openssh/files/sshd.init @@ -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 } -- 2.11.0