Change the comment to sendmail_flags which has scared so many people

from removing -bd to something more sensible.
This commit is contained in:
Poul-Henning Kamp 1999-03-03 15:04:33 +00:00
parent 84f79a6d3c
commit df1fd5ada5

View File

@ -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).