Date: Fri, 27 Jul 2001 17:36:00 +1000 From: "Matthew King" <Matthew@GhostMedia.org> To: <questions@freebsd.org> Subject: Crontab Help Message-ID: <000801c1166f$2d0afbc0$0200a8c0@ghostbox>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] hello for some reason my crontab is working this is what my crontab looks like atm # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # #minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a #mrtg */5 * * * * root /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg #bsduptime */60 * * * * root /home/admin/bsduptime RevGhost WhipLasH #To keep my ADSL connection running 0-59/2 * * * * root /usr/local/etc/pingmonitor.sh #Qmail 40 * * * * /var/vpopmail/bin/clearopensmtp 2>&1 > /dev/null # to rehash vhosts * 2 * * * root /usr/local/sbin/apachectl graceful # To Rehash Webalizer */30 * * * * root /usr/local/bin/webalizer # To Rehash OMF2097 webalizer */30 * * * * root /usr/local/bin/webalizer -c /usr/local/etc/omf2097.webalizer.conf is there any thing wrong with that? Matthew [-- Attachment #2 --] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2462.0" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>hello for some reason my crontab is working</FONT></DIV> <DIV><FONT face=Arial size=2>this is what my crontab looks like atm</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT size=2> <P># /etc/crontab - root's crontab for FreeBSD</P> <P>#</P> <P># $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $</P> <P>#</P> <P>SHELL=/bin/sh</P> <P>PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin</P> <P>HOME=/var/log</P> <P>#</P> <P>#minute hour mday month wday who command</P> <P>#</P> <P>*/5 * * * * root /usr/libexec/atrun</P> <P>#</P> <P># rotate log files every hour, if necessary</P> <P>0 * * * * root newsyslog</P> <P>#</P> <P># do daily/weekly/monthly maintenance</P> <P>1 3 * * * root periodic daily</P> <P>15 4 * * 6 root periodic weekly</P> <P>30 5 1 * * root periodic monthly</P> <P>#</P> <P># time zone change adjustment for wall cmos clock,</P> <P># does nothing, if you have UTC cmos clock.</P> <P># See adjkerntz(8) for details.</P> <P>1,31 0-5 * * * root adjkerntz -a</P> <P>#mrtg</P> <P>*/5 * * * * root /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg</P> <P>#bsduptime</P> <P>*/60 * * * * root /home/admin/bsduptime RevGhost WhipLasH</P> <P>#To keep my ADSL connection running</P> <P>0-59/2 * * * * root /usr/local/etc/pingmonitor.sh</P> <P>#Qmail</P> <P>40 * * * * /var/vpopmail/bin/clearopensmtp 2>&1 > /dev/null</P> <P># to rehash vhosts</P> <P>* 2 * * * root /usr/local/sbin/apachectl graceful</P> <P># To Rehash Webalizer</P> <P>*/30 * * * * root /usr/local/bin/webalizer</P> <P># To Rehash OMF2097 webalizer</P> <P>*/30 * * * * root /usr/local/bin/webalizer -c /usr/local/etc/omf2097.webalizer.conf</P> <P> </P> <P><FONT face=Arial>is there any thing wrong with that?</FONT></P> <P><FONT face=Arial></FONT> </P> <P><FONT face=Arial>Matthew</FONT></P></FONT></DIV></BODY></HTML>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c1166f$2d0afbc0$0200a8c0>
