From nobody Mon Apr 27 03:21:35 2026 X-Original-To: dev-commits-src-all@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 4g3pkl4KDsz6bbJn for ; Mon, 27 Apr 2026 03:21:35 +0000 (UTC) (envelope-from git@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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g3pkl1xzCz3lBt for ; Mon, 27 Apr 2026 03:21:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777260095; 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; bh=xP39MagZXjon2MeA4+HqFuxNi7hL1rmO6ASZM56W1JA=; b=iSw21VGqAqtaXZMG19KeiLOZANmxPnOfZLax6nokhHbH10F9bQHqgdUDm2BoIPSdcriy/a E1evLKz+tUVNVlJTlo38qt4gVDnRB8CrtI24i21qM3vKzI5twHdBSRF/+loW3dgUTxthjK V2NYpIRAFrxd4OzNylqXB9EubEOGEOMIXczRJO+6bObbe86A6o/nhFD9e/DCnQd6Wzi85e K+1mzAnuWhfVRB0J+QgRCWUXHfawDoMK0vU5MjmjHR7mw/j1vbBJuN/hoESeT0pTOdv0k5 p9hTTM188JKDlrYCLFnyR3tqqY/PP3PnbkMgCxlv31hPJ3dxnlY+9Bs6w6QWFQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777260095; a=rsa-sha256; cv=none; b=b4/cN5WgMKeyw6Y6+qmLV/tqf1FYLN1EwOcs6pPvlT1STfKS2bz4mUylKhz6Z7X9uiZsmF qldLFTXhXBHbP8vcnf/2+KTWTMXg/MmHHWdNs6u83j/5pemYRgbRgmd/+7NMd+Bj+mKVqy 2Gvq/N+HNSQdlKFJ3vX+Jk4tPqZbRwru1r+x0O7W/fOfsR2Q/0KGYtHH8kq4abiczvyzgW BNW3vmxCw32MR/KlgAnHrvRbXzi16rAHnSgCDLyBj8EYKO9iHhvQNMyhU1FV8uFUph9T22 THaYfNrzLznEflQkVgwTwqpM98z6HZj6m9PFKbgdXSpV0BoSFR2M8Wab6PaUQA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777260095; 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; bh=xP39MagZXjon2MeA4+HqFuxNi7hL1rmO6ASZM56W1JA=; b=sA04KmqcxBMR2hVEo35njGety6W3uz8ntmod27O9vh91VnqxOqq37f3pZSa3wD/B5tyamw 2Lt3g0esenBO4Id0yR1zizTqhlgw9QAwsxOkArSA6PoK0ooCw/3qILod7N8jLFN7tMVSmQ TUD5YdGWolgtzJi85lCxFaEHZyshfBubgfETOmbaJCdPxNrrLnipVIaoQ2iECo/JYppalx MNKslWjeHLSYRP4zAACg0v3uyCLEryIzY/wFlofqgdTjxJxMWAZvK3QyXQdMakUtYN4E/9 g28rhKqgoKKVdiq4HK2UbEtqtmAFZs3rEayEnLQw2Z9Z5UH1ukq77EJ9hpRXsw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g3pkl1MnfzqPk for ; Mon, 27 Apr 2026 03:21:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b7a9 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 03:21:35 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: a268af3447eb - main - kern/init_main.c: path is for the binary, not process List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a268af3447ebaa9712174ba2d226ffdc66f68e98 Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 03:21:35 +0000 Message-Id: <69eed63f.3b7a9.2e861f87@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a268af3447ebaa9712174ba2d226ffdc66f68e98 commit a268af3447ebaa9712174ba2d226ffdc66f68e98 Author: Konstantin Belousov AuthorDate: 2026-04-26 10:15:18 +0000 Commit: Konstantin Belousov CommitDate: 2026-04-27 01:45:25 +0000 kern/init_main.c: path is for the binary, not process Reviewed by: imp, jilles Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D56536 --- sys/kern/init_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 39357b8d4440..cfca5d9d1296 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -709,7 +709,7 @@ static char init_path[MAXPATHLEN] = "/sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init"; #endif SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0, - "Path used to search the init process"); + "Path used to search for the init binary"); /* * Shutdown timeout of init(8).