Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 14:21:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 207811] service -e doesn't show all enabled services
Message-ID:  <bug-207811-6-1wPFxwwqyH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207811-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207811-6@https.bugs.freebsd.org/bugzilla/>

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

Marius Halden <marius.h@lden.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marius.h@lden.org

--- Comment #3 from Marius Halden <marius.h@lden.org> ---
Created attachment 186509
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186509&action=
=3Dedit
service.patch

Hi,

We ran into the same issue with tomcat 8 and 8.5. The attached patch fixes =
the
issue in service itself by querying the service with `run_rc_script =E2=80=
=A6 enabled`
to figure out if it's enabled or not.

I think the way name is defined in tomcat 8 should not be considered an err=
or
as it's from what I understand done to make it easier to have multiple
instances of tomcat running. Which is done by linking/copying the original =
rc
script and defining the new variables in rc.conf using the name of the new =
file
instead of the old.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207811-6-1wPFxwwqyH>