diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-21 10:46:41 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-21 10:46:41 +0000 |
| commit | 722636354c82ef04e8ed0c54f62bb44610716ed4 (patch) | |
| tree | 3aacbfb20135f987be4bca6b350cd23ab63e615b | |
| parent | aa50282cd1484ff645604ee9925a63c1482bd373 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/rc.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 45dd7e1f0391..44521d092141 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -7,6 +7,11 @@ # instead and you will be able to update these defaults later without # spamming your local configuration information. # +# A common mistake is to copy the contents of this file into one of the +# ${rc_conf_files} files (e.g. /etc/rc.conf). That does not work, because +# this file ends up recursing on itself. The ${rc_conf_files} files should +# only contain values which override values set in this file. +# # All arguments must be in double or single quotes. # # $FreeBSD$ |
