Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 01:13:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 256137] service(8) "service -R" restarts local daemons in wrong order.
Message-ID:  <bug-256137-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256137

            Bug ID: 256137
           Summary: service(8) "service -R" restarts local daemons in
                    wrong order.
           Product: Base System
           Version: 13.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: hatanou@infolab.ne.jp

Created attachment 225239
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225239&action=
=3Dedit
Bugfix for service(8) with -R option.

Many startup scripts depend on dummy dependencies,
such as NETWORKING, SERVERS, and so on.

These files are in /etc/rc.d,
but "service -R" doesn't see /etc/rc.d/[A-Z]* at all.

This results in wrong order of restarting.
(e.g. named after fahclient)

Attached patch may fix this issue.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256137-227>