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

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=186509&action=edit
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 … 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 error
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.

-- 
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-207811-8-qPgw63nsIQ>