Bug#656081: retitle 656081 to service: document that /usr/sbin/service disrespects policy-rc.d intentionally ...

2019-01-11 Thread Felipe Sateler
Control: tags -1 pending

On Fri, Jan 11, 2019 at 9:39 AM Dmitry Bogatov  wrote:

>
> control: tags -1 +patch
>
> [2016-07-17 17:52] Michael Biebl 
> > part   text/plain 144
> > retitle 656081 service: document that /usr/sbin/service disrespects
> policy-rc.d intentionally
> > reassign 656081 init-system-helpers 1.25
> > thanks
>
> What about this wording:
>
>
Thanks. Patch applied with slight modification of the commit message

-- 

Saludos,
Felipe Sateler


Bug#656081: retitle 656081 to service: document that /usr/sbin/service disrespects policy-rc.d intentionally ...

2019-01-11 Thread Dmitry Bogatov


control: tags -1 +patch

[2016-07-17 17:52] Michael Biebl 
> part   text/plain 144
> retitle 656081 service: document that /usr/sbin/service disrespects 
> policy-rc.d intentionally
> reassign 656081 init-system-helpers 1.25
> thanks

What about this wording:

From 5e080c989579dc268fe985a566e3ccb3fdf1ebe3 Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov 
Date: Thu, 10 Jan 2019 16:41:00 +
Subject: [PATCH] Document that `service' it does not check
 /usr/sbin/policy-rc.d

---
 man8/service.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man8/service.rst b/man8/service.rst
index cd90bc3..de2d65a 100644
--- a/man8/service.rst
+++ b/man8/service.rst
@@ -50,7 +50,8 @@ systemctl/initctl equivalents.
 All scripts should support at least the ``start`` and ``stop`` commands.
 As a special case, if *COMMAND* is ``--full-restart``, the script is run
 twice, first with the ``stop`` command, then with the ``start``
-command.
+command. Note, that unlike ``update-rc.d``\(8\), ``service`` does not
+check ``/usr/sbin/policy-rc.d``.
 
 ``service --status-all`` runs all init scripts, in alphabetical order, with
 the ``status`` command. The status is [ + ] for running services, [ - ] for