From f37d67ff5ed10789d50fed6b1302252884ae0cbe Mon Sep 17 00:00:00 2001
From: Nick Steel <kingosticks@gmail.com>
Date: Sun, 3 Jan 2016 14:42:57 +0000
Subject: [PATCH] Added missing init info field to debian init script.

The Short-Description init info field is used by systemd and
displayed along with the service name. When it's missing the string
'null' is displayed instead.
---
 debian/dropbear.init | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/dropbear.init b/debian/dropbear.init
index 17053308..ef3ec3f6 100644
--- a/debian/dropbear.init
+++ b/debian/dropbear.init
@@ -5,6 +5,7 @@
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
+# Short-Description: Dropbear SSH server
 ### END INIT INFO
 #
 # Do not configure this file. Edit /etc/default/dropbear instead!
-- 
GitLab