<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body>
    <pre>Package: init-system-helpers
Version: 1.56+nmu1

When I invoke the command service --status all , I get 

$ service --status all
/usr/sbin/service: 86: /usr/sbin/service: egrep: not found
 [ - ]  dbus
/usr/sbin/service: 86: /usr/sbin/service: egrep: not found
 [ - ]  hwclock.sh
/usr/sbin/service: 86: /usr/sbin/service: egrep: not found
 [ - ]  procps
/usr/sbin/service: 86: /usr/sbin/service: egrep: not found
 [ - ]  ssh

I strongly advise to insert in the dependencies grep, since by installing grep (or whatever does provide the grep executable) this problem resolves by itself.
Here is the output result

$ service --status all
 [ - ]  dbus
 [ - ]  hwclock.sh
 [ - ]  procps
 [ - ]  ssh


My OS is Debian GNU/Linux 10 (buster)


Thanks in advance for solving this bug for me and for our community.

Yours faithfully
Alessandro Valente
</pre>
  </body>
</html>