From: Jonathan McDowell Date: Wed, 8 Jun 2016 18:08:36 +0000 (+0100) Subject: Add onak to Provides: in Debian init script rather than just pgp-server X-Git-Tag: onak-0.5.0~19 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=f46771092d60993b448f422920fa3afec1a3e9ec Add onak to Provides: in Debian init script rather than just pgp-server --- diff --git a/debian/changelog b/debian/changelog index 5833536..4ed5fcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ onak (0.4.6-1+git) UNRELEASED; urgency=low * Bump Debian Standards-Version to 3.9.8.0 * Fix up systemd control file to allow non-socket activation. * Update Vcs URLs to use secure variants. + * Add onak to Provides: in init script rather than just pgp-keyserver. -- Jonathan McDowell Sun, 17 Jan 2016 14:14:00 +0000 diff --git a/debian/onak.init b/debian/onak.init index 110099c..9ab011b 100644 --- a/debian/onak.init +++ b/debian/onak.init @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: pgp-keyserver +# Provides: onak pgp-keyserver # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5