cron_flags in jails rc.conf

2010-07-12 Thread Fbsd8

I found this statement in the rc.conf file of a jail.
cron_flags=$cron_flags -J 15

I checked the cron manpage and found info on this.

The -J 15 is the range cron is to sleep before launching the cron jobs 
for the superuser.  The -j option does the same thing for non-superuser 
jobs.


Looking at the system's /etc/crontab file are those superuser jobs?

Also is the above rc.conf statement coded correctly?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cron_flags in jails rc.conf

2010-07-12 Thread Adam Vande More
On Mon, Jul 12, 2010 at 10:22 PM, Fbsd8 fb...@a1poweruser.com wrote:

 I found this statement in the rc.conf file of a jail.
 cron_flags=$cron_flags -J 15

 I checked the cron manpage and found info on this.

 The -J 15 is the range cron is to sleep before launching the cron jobs for
 the superuser.  The -j option does the same thing for non-superuser jobs.

 Looking at the system's /etc/crontab file are those superuser jobs?


Yes

Also is the above rc.conf statement coded correctly?


can't to say without seeing what $cron_flags was set to, but mostly likely
yes.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org