Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2001 09:44:07 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Ernst de Haan <ernsth@nl.euro.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Automatically cvsupdating?
Message-ID:  <20011003094407.C50826@dan.emsphone.com>
In-Reply-To: <200110011017.f91AHRE02734@zaphod.euronet.nl>
References:  <200110011017.f91AHRE02734@zaphod.euronet.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Oct 01), Ernst de Haan said:
> Hi,
> 
> If I would like to run cvsup every night or so, and have the output sent to a 
> certain email address, how would I do that? Should I just install a script in 
> /usr/local/share/etc/rc.d/ or is there a better way of doing this?

rc scripts only run on bootup.  You probably want a script in
/etc/periodic/daily/ which pipes its output to "sendmail root"; see
daily/450.status-security for an example.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003094407.C50826>