diff options
author | phk <phk@FreeBSD.org> | 1999-03-03 15:04:33 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-03-03 15:04:33 +0000 |
commit | 118df06bdcd43b5a9fcca61243a7ff85da4c40e0 (patch) | |
tree | fde8681397b9f239d9387d30a1c10673b124eea2 /etc | |
parent | c77c7ecbb23680113a0e7a3b4444ec5fced9bf58 (diff) | |
download | FreeBSD-src-118df06bdcd43b5a9fcca61243a7ff85da4c40e0.zip FreeBSD-src-118df06bdcd43b5a9fcca61243a7ff85da4c40e0.tar.gz |
Change the comment to sendmail_flags which has scared so many people
from removing -bd to something more sensible.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 76256ef..c4d5eeb 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -9,7 +9,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.83 1999/02/09 04:17:45 dillon Exp $ +# $Id: rc.conf,v 1.1 1999/02/09 22:15:18 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -182,7 +182,7 @@ lpd_flags="" # Flags to lpd (if enabled). 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" # -bd is pretty mandatory. +sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled) dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="NO" # Check quotas (or NO). accounting_enable="NO" # Turn on process accounting (or NO). |