[Bug 278342] daemon(8): -R doesn't restart supervised process
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278342] daemon(8): -R doesn't restart supervised process"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 05:51:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278342 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1e2be096d4252308db35b0424bd408c2b8aa5990 commit 1e2be096d4252308db35b0424bd408c2b8aa5990 Author: Mathieu <sigsys@gmail.com> AuthorDate: 2024-04-14 03:10:06 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2024-04-17 05:50:03 +0000 daemon: fix -R to enable supervision mode If we're doing restarts, then we must supervise -- the 'R' case simply got missed. PR: 278342 Fixes: f907027b49d ("daemon: set supervise_enabled during [..]") (cherry picked from commit bbc6e6c5ec8c7938b98a36899fa083aa7ce4724e) usr.sbin/daemon/daemon.c | 1 + 1 file changed, 1 insertion(+) -- You are receiving this mail because: You are on the CC list for the bug.