This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 950833c [DAEMON-477] Detaches from console when the service stops #307
950833c is described below
commit 950833c2afe3b3feb907b39b5a5cbaa2727135c7
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 25 08:03:19 2026 -0500
[DAEMON-477] Detaches from console when the service stops #307
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39a7fde..37d250a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,8 @@
<body>
<release version="1.5.2" date="YYYY-MM-DD" description="Bug fix release">
<!-- FIX -->
- <action type="fix" dev="markt" due-to="Alex Dupre and Michael
Osipov">jsvc. Fix a regression in 1.5.1 that exposed long standing bugs around
the locking and unlocking of pid files. Also fix the locking/unlocking
bugs.</action>
+ <action type="fix" dev="markt" due-to="Alex Dupre, Michael Osipov">jsvc.
Fix a regression in 1.5.1 that exposed long standing bugs around the locking
and unlocking of pid files. Also fix the locking/unlocking bugs.</action>
+ <action type="fix" dev="ggregory" issue="DAEMON-477" due-to="Alexander
PinĨuk, Gary Gregory, Mark Thomas">Detaches from console when the service stops
#307.</action>
<!-- ADD -->
<action dev="michaelo" type="add">
jsvc. Use FreeBSD's setproctitle(3) to pass -procname similar to
daemon(8).