Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2025 16:10:27 GMT
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2779d6310121 - stable/13 - rc.conf: Fix typo interferring -> interfering
Message-ID:  <202510201610.59KGARQT033819@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/13 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=2779d63101219b51acad34ca758e3f7eab67e5c9

commit 2779d63101219b51acad34ca758e3f7eab67e5c9
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2025-10-17 14:15:46 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2025-10-20 16:04:00 +0000

    rc.conf: Fix typo interferring -> interfering
    
    Reviewed by:    emaste
    MFC after:      2 days
    Differential Revision:  https://reviews.freebsd.org/D53168
    
    (cherry picked from commit 982d70ca2e6333b7e8ccf828b004ccf20a9cc550)
---
 libexec/rc/rc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index 5e70aa5cbc06..4751d000c936 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -23,7 +23,7 @@
 # Set default value of _localbase if not previously set
 : ${_localbase:="/usr/local"}
 
-# rc_debug can't be set here without interferring with rc.subr's setting it
+# rc_debug can't be set here without interfering with rc.subr's setting it
 # when the kenv variable rc.debug is set.
 #rc_debug="NO"		# Set to YES to enable debugging output from rc.d
 rc_info="NO"		# Enables display of informational messages at boot.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510201610.59KGARQT033819>