mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
301e6c4712
commit
982d70ca2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue