From nobody Thu Feb 12 14:15:09 2026 X-Original-To: dev-commits-src-main@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 4fBcl203YLz6Rh6V for ; Thu, 12 Feb 2026 14:15:10 +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" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fBcl15hhHz3qhQ for ; Thu, 12 Feb 2026 14:15:09 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770905709; 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=l11GRXfbsp6WPk9biEhd6dO6c8ObIPL3hWy96ZPu3cU=; b=rPhQ7F/sY4Mh0/+ZorDATo75MSYc9mNWYV+Gl89XXBhJ7spwhFSo2SKIi/V1RZftXzrubs LVNXFW4KHAp40tRPxPxEUeA3lOfqAQlmXMOjll8zt/xpkTvrG24p+8kA1V1kyhkoQTWU/j urM6n6Jio9dFu4I4tlQSd0QCpqBDFKAxyVzQQO/4kmXlZPKZWEakrw/Jj71W5cOYWz6rQv 0jU0bTnuJ8BXdHpeZ3HhIWVacIqdKLIbYnXoEFbdrBNxAPtDJ4GdtHN0JG11QjdW7FzmzN YTVO3/M4SivPg7hGm8xZM5aEGfLDOxXPkca758tdPuGCv1IoxZAStZ3hCbYYQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1770905709; a=rsa-sha256; cv=none; b=avVyU94BttREaP8qxyZ+sMDz0Jp1ZpVhvEGTKKkFITUb3dk1PuhKasi91S1EiLcBrWKizy AKKcts5DREIzupyUUCZ4Mwq4mMtf3VgPedz2wGKKtTCYofx9C7e9aMQsjR/JAo9+G4qaH7 X8mYhEpaihugIpNzCBFXRopBkWfw/RcdQ4tsdmDJ5MFFkZQbydp/EhwJ7/W0R4U3Cf3VAT FD/5f4bdnzAem2qSovJMLh3PToiPoyJizOjfaxBLC67phuZf4HEGKO+m79tHCeboT0GSg4 Gh9FiF03P5Xms4yJB67Ov06Xyiddka6a6s5zlcLc11PgLVBszom6hxc/zgP9pg== 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=1770905709; 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=l11GRXfbsp6WPk9biEhd6dO6c8ObIPL3hWy96ZPu3cU=; b=I6z5gxQwdoVSrvw3QZaZZOcSs5JCphdkVvxIJtZtbblpQLauZa1duI6Uv2scV/nOoH8g9v vcJ5BEok0PQDIjzg2xN5fgfQqmTtfb9iuO0ULXnZB+QvW8wuJWk4DZa1Wm2rVAfi2kGG3X ceQZW+3oGYvhAP8K/kw/hKXNUDnc1v4yIDgGxsN5wGSevPZFWEYPjEnCZVeY+uDAtUTbBM rjNZr3g11WJ85/Tetc0JafMoZ3UsRVlgJ+G+sgaWl65yEIKpdRHaW1oI8VvgLsHdoJ2lre wzEb6v8R2rrBkKX73U9PCiHgwMzTl6k3nATBFuiZ/F15gghdBD0cPYB6RbcKQw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fBcl15Gv6zfxH for ; Thu, 12 Feb 2026 14:15:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3d5df by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 12 Feb 2026 14:15:09 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alexander Ziaee Subject: git: 64e612b46290 - main - newsyslog.conf.5: Add a CAVEAT List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ziaee X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 64e612b46290617ec753b4ee6ec633a3724940e3 Auto-Submitted: auto-generated Date: Thu, 12 Feb 2026 14:15:09 +0000 Message-Id: <698de06d.3d5df.668037bf@gitrepo.freebsd.org> The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=64e612b46290617ec753b4ee6ec633a3724940e3 commit 64e612b46290617ec753b4ee6ec633a3724940e3 Author: Alexander Ziaee AuthorDate: 2026-02-12 14:14:47 +0000 Commit: Alexander Ziaee CommitDate: 2026-02-12 14:14:48 +0000 newsyslog.conf.5: Add a CAVEAT PR: 282639 MFC after: 3 days Reviewed by: michaelo Differential Revision: https://reviews.freebsd.org/D55122 --- usr.sbin/newsyslog/newsyslog.conf.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index 0a47af7285c6..b0c1e78eb085 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -18,7 +18,7 @@ .\" the suitability of this software for any purpose. It is .\" provided "as is" without express or implied warranty. .\" -.Dd September 1, 2025 +.Dd February 4, 2026 .Dt NEWSYSLOG.CONF 5 .Os .Sh NAME @@ -497,3 +497,6 @@ entry: .Sh HISTORY This manual page first appeared in .Fx 4.10 . +.Sh CAVEATS +If a line is specified multiple times, +the file will be rotated multiple times.