On 9/21/05, frantisek holop <[EMAIL PROTECTED]> wrote:
> i don't run sendmail, so i modified root's crontab:
>
> 30      1       *       *       *       /bin/sh /etc/daily 2>&1 > 
> /var/log/daily
> .out
>
> my problem is, that pfctl's output goes to the terminal and
> not the log file...

This is a redirection issue.

Your crontab line should be:
... /bin/sh /etc/daily > /var/log/daily.out 2>&1


> also, is there a way to skip the other parts of /etc/daily?
> i don't really need those, but i want to keep my changes
> seperate (*.local).  what about a SKIP_DAILY=true or some such
> in /etc/daily.local?

How about just bypassing daily.local in root's contrab all together
and just run daily.local?

> -f

--
http://erdelynet.com/
Support OpenBSD! http://www.openbsd.org/orders.html

Reply via email to