From f46771092d60993b448f422920fa3afec1a3e9ec Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Wed, 8 Jun 2016 19:08:36 +0100 Subject: [PATCH] Add onak to Provides: in Debian init script rather than just pgp-server --- debian/changelog | 1 + debian/onak.init | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2