diff --git a/recipes-fixes/dropbear/dropbear_sysmocom.inc b/recipes-fixes/dropbear/dropbear_sysmocom.inc deleted file mode 100644 index 6b6fef4..0000000 --- a/recipes-fixes/dropbear/dropbear_sysmocom.inc +++ /dev/null @@ -1,4 +0,0 @@ -THISDIR := "${@os.path.dirname(d.getVar('FILE', True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/files"], d)}:" - -PRINC="4" diff --git a/recipes-fixes/dropbear/files/init b/recipes-fixes/dropbear/files/init deleted file mode 100644 index 6ba665d..0000000 --- a/recipes-fixes/dropbear/files/init +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/sh -### BEGIN INIT INFO -# Provides: sshd -# Required-Start: $remote_fs $syslog $networking -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 1 -# Short-Description: Dropbear Secure Shell server -### END INIT INFO -# -# Do not configure this file. Edit /etc/default/dropbear instead! -# - -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/dropbear -NAME=dropbear -DESC="Dropbear SSH server" -PIDFILE=/var/run/dropbear.pid - -DROPBEAR_PORT=22 -DROPBEAR_EXTRA_ARGS= -NO_START=0 - -set -e - -test ! -r /etc/default/dropbear || . /etc/default/dropbear -test "$NO_START" = "0" || exit 0 -test -x "$DAEMON" || exit 0 -test ! -h /var/service/dropbear || exit 0 - -readonly_rootfs=0 -for flag in `awk '{ if ($2 == "/") { split($4,FLAGS,",") } }; END { for (f in FLAGS) print FLAGS[f] }' &2 - exit 1 - ;; -esac - -exit 0