diff options
author | dougb <dougb@FreeBSD.org> | 2001-01-21 20:57:38 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-01-21 20:57:38 +0000 |
commit | e3a3551537ca32bc0adadc0633a5b0320168e716 (patch) | |
tree | 5066b091b85927859ae39dfb8f8c03a72e4ab82f /share | |
parent | 937122ae6dc02a639d13dd06132201548bd7364f (diff) | |
download | FreeBSD-src-e3a3551537ca32bc0adadc0633a5b0320168e716.zip FreeBSD-src-e3a3551537ca32bc0adadc0633a5b0320168e716.tar.gz |
Add the options of which cron program to run, and specifying flags
to it.
PR: conf/24358
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 4eeebb8..1f7d16f 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1302,6 +1302,18 @@ is set to then run the .Xr cron 8 daemon at system boot time. +.It Ar cron_program +(str) path to +.Xr cron 8 +(default +.Pa /usr/sbin/cron ) . +.It Ar cron_flags +(str) if +.Ar cron_enable +is set to +.Ar YES , +these are the flags to pass to +.Xr cron 8 . .It Ar lpd_program (str) path to .Xr lpd 8 |