diff options
author | 2002-07-11 10:59:26 +0000 | |
---|---|---|
committer | 2002-07-11 10:59:26 +0000 | |
commit | e8c78e3e137eea5ca32671ef7d249b8f29d165a4 (patch) | |
tree | 75b8b4d53fbef1983f5585d0b103638785fcd92a | |
parent | incorrect header; jj.walker@auckland.ac.nz (diff) | |
download | wireguard-openbsd-e8c78e3e137eea5ca32671ef7d249b8f29d165a4.tar.xz wireguard-openbsd-e8c78e3e137eea5ca32671ef7d249b8f29d165a4.zip |
note about the cron job; requested by fred@francis.unitra.sk
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 4b5a312592e..80ab559e0eb 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.76 2002/07/11 08:14:54 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.77 2002/07/11 10:59:26 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -34,7 +34,7 @@ lpd_flags=NO # for normal use: "" (or "-l" for debugging) # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) -# For normal use: "-L sm-mta -bd -q30m" +# For normal use: "-L sm-mta -bd -q30m", and note there is a cron job sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" # Set to NO if ftpd is running out of inetd |