diff options
| -rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index c4cc6dea02a2..75420e42cdeb 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -791,7 +791,7 @@ if [ -z "${source_rc_confs_defined}" ]; then } fi -# Allow vendors to override FreeBSD defaults in /etc/default/rc.conf +# Allow vendors to override FreeBSD defaults in /etc/defaults/rc.conf # without the need to carefully manage /etc/rc.conf. if [ -r /etc/defaults/vendor.conf ]; then . /etc/defaults/vendor.conf |
