Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2026 08:47:48 +0000
From:      Michael Osipov <michaelo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Andre Albsmeier <mail@fbsd2.e4m.org>
Subject:   git: 2620eb7a3d42 - stable/14 - daemon(8): Add "--output-file -o" to list of options enabling supervision mode
Message-ID:  <69df50b4.1d29c.308ba928@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by michaelo:

URL: https://cgit.FreeBSD.org/src/commit/?id=2620eb7a3d42c56a0dc681c48475ebd84be18283

commit 2620eb7a3d42c56a0dc681c48475ebd84be18283
Author:     Andre Albsmeier <mail@fbsd2.e4m.org>
AuthorDate: 2026-04-12 16:10:59 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-04-15 08:46:45 +0000

    daemon(8): Add "--output-file -o" to list of options enabling supervision mode
    
    This is the small internal doc fix from https://reviews.freebsd.org/D46313
    
    Reviewed by:    michaelo
    Approved by:    (blanket; comment fix)
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D55325
    
    (cherry picked from commit e9a69948a8837601d71e556550a272ca85c03e48)
---
 usr.sbin/daemon/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index c83d9ed8f35c..2aa51b539805 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -182,6 +182,7 @@ main(int argc, char *argv[])
 
 	/*
 	 * Supervision mode is enabled if one of the following options are used:
+	 * --output-file -o
 	 * --child-pidfile -p
 	 * --supervisor-pidfile -P
 	 * --restart -r / --restart-delay -R


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69df50b4.1d29c.308ba928>