[Bug 207811] service -e doesn't show all enabled services
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 18 14:21:33 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207811
Marius Halden <marius.h at lden.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marius.h at lden.org
--- Comment #3 from Marius Halden <marius.h at 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 on the CC list for the bug.
More information about the freebsd-amd64
mailing list