publicscripts/cvsup
2003-01-09 12:17:47 +00:00
..
cvsup check number of arguments 2002-12-22 18:49:00 +00:00
cvsup_filter more junk 2003-01-09 12:17:47 +00:00
README more junk 2003-01-09 12:17:47 +00:00
sup.tmpl switch server 2002-12-22 21:33:52 +00:00

# $Id$
# $Source$

This is my collection of tools to keep my OpenBSD sources up to date. It
works for any branch of ports and src.

cvsup:
	Script that does cvsup for me. Called from crontab like this:
	59 */3 * * *    ~/bin/cvsup ports .
	59 */3 * * *    ~/bin/cvsup src .


cvsup_filter:
	Filter to be used with procmail. Called like this:

-------------------------------------
:0HB:
* ^Subject:.*~/bin/cvsup
* ? $HOME/.procmail/cvsup_filter
# indien match op cvsup_filter, pleur weg (niets ge-cvsup-ed)
/dev/null

:0:
* ^Subject:.*~/bin/cvsup
cvsup
-------------------------------------

sup.tmpl:
	Should be installed in ~/.cvsup and is a template for the cvsup
	configurations the cvsup script generates.