From d4f453e46b6b4ada594005102e84e7247d64c415 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sat, 20 Dec 2008 23:53:16 +0200 Subject: [PATCH] dropbear: changed to kill all it's children when stopped --- overlay.d/dropbear/etc_dropbear_finish.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 overlay.d/dropbear/etc_dropbear_finish.sh diff --git a/overlay.d/dropbear/etc_dropbear_finish.sh b/overlay.d/dropbear/etc_dropbear_finish.sh new file mode 100644 index 0000000..4d05689 --- /dev/null +++ b/overlay.d/dropbear/etc_dropbear_finish.sh @@ -0,0 +1,16 @@ +#!/bin/sh +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: target/idunn/overlay.d/dropbear/etc_dropbear_finish.sh +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +exec killall dropbear