# HG changeset patch # User Nick Steel # Date 1451832177 0 # Node ID 4ca2872c7d9ed1420e88bfcb67aeb50eaa50b28d # Parent f7d565054e5f7c7996fc9306c9aaa0dfe5ed4116 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. diff -r f7d565054e5f -r 4ca2872c7d9e debian/dropbear.init --- a/debian/dropbear.init Fri Dec 18 21:20:46 2015 +0800 +++ b/debian/dropbear.init Sun Jan 03 14:42:57 2016 +0000 @@ -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!