diff options
author | billf <billf@FreeBSD.org> | 1999-10-01 00:13:44 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-10-01 00:13:44 +0000 |
commit | b6956e3e3c2c6dfe8094bba6c656a99d0e36c597 (patch) | |
tree | deba1f2075cf5a1190a1aa3ea59c483f2b079147 | |
parent | d653e2d1b532b17953165ae09f494def703ca550 (diff) | |
download | FreeBSD-src-b6956e3e3c2c6dfe8094bba6c656a99d0e36c597.zip FreeBSD-src-b6956e3e3c2c6dfe8094bba6c656a99d0e36c597.tar.gz |
If dumpdev exists, it's automatically enabled. Change comment to reflect.
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3695815..89ef677 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -208,7 +208,7 @@ usbd_enable="NO" # Run the usbd daemon. usbd_flags="" # Flags to usbd (if enabled). sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled) -dumpdev="NO" # Device name to crashdump to (if enabled). +dumpdev="NO" # Device name to crashdump to (or NO). enable_quotas="NO" # turn on quotas on startup (or NO). check_quotas="YES" # Check quotas on startup (or NO). accounting_enable="NO" # Turn on process accounting (or NO). |