rc.conf: Fix typo interferring -> interfering

Reviewed by:	emaste
MFC after:	2 days
Differential Revision:	https://reviews.freebsd.org/D53168
This commit is contained in:
Jose Luis Duran 2025-10-17 14:15:46 +00:00
parent 301e6c4712
commit 982d70ca2e
No known key found for this signature in database
GPG key ID: 5415E244477475CC

View file

@ -24,7 +24,7 @@
: ${_localbase:="$(/sbin/sysctl -n user.localbase 2> /dev/null)"}
: ${_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.