From nobody Mon Mar 6 04:12:30 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PVQCL3Zf0z3wMlT for ; Mon, 6 Mar 2023 04:12:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PVQCL0Dgkz3N1q for ; Mon, 6 Mar 2023 04:12:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1678075950; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/Mj6o5v1TXhAiUtj2+2i9quQW0rLLFFWAUmzBRyyHcI=; b=QVuUD5uFWE+09zdiaC+LtnHEk8eKuLcCvM+YbbX3YzQShskDYpePN8cApWGuft+ZeN2uww 4wn6AvbWVFGg81a9RKfwi9W7MnUGi4ZPYrMVGATWJXNCln9Mugiovmiv0btWI9bA7CgjF1 YD3bC7L+emY/7I4MgzxgZk3p3tsmqLhJ4Pxaj9Djf3D+Ybg/0h9vTVUVcHjpTdvv6Hj0qR CgSHloGV7d5It3N8cdScxsNZuSMENzUHBS7xw8Bk+S0YSYs2pi1624T+KLaybriJxzUoG9 aUpHQEVm9NnXmkOZDjzXfq7SamWWeh5WDv702T+WeJvsRS4AyvnGQPAw2Rn70w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1678075950; a=rsa-sha256; cv=none; b=Hmm9j7hoF7qj5EP/ydaq6VhnI0979V+nVw9WGwh5tadaUYUIX+b15vVwqWdTxecVo1VIge 4Tt+9L/AAn3jwhy3QEscVzoPQRGyLeB7TX9rY9iU9TKYxXo4PDgMZb+76coCGUtsG2Apdi EGX+w66thXg/XsbRtc7F1p6aOFeIKbv8MylGY1jAdEfpQ2hVsWhJNmJjlPxtBWtSFbpmCs 4/u4cRrqJ9fR6Gghl0a1qldDig76EtsG/y+BuVA09ENNO/A5IzkZgmbQI/uV6n/MhfcM9p vZ1KOOeaPua57W35tDIq2kPeicJo4Qcxlkxw4H7PSqM978+eRGWKBPgtFXLtNQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PVQCK6SG2zny8 for ; Mon, 6 Mar 2023 04:12:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3264CTph042361 for ; Mon, 6 Mar 2023 04:12:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3264CTha042359 for bugs@FreeBSD.org; Mon, 6 Mar 2023 04:12:29 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 236117] /usr/sbin/daemon should support stdin,stdout,stderr redirect to files other than /dev/null Date: Mon, 06 Mar 2023 04:12:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ihor@antonovs.family X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236117 Ihor Antonov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ihor@antonovs.family --- Comment #1 from Ihor Antonov --- I am working on daemon improvements and this feature is planned to be added once transition to kqueue is finished. --=20 You are receiving this mail because: You are the assignee for the bug.=