30 lines
711 B
Text
30 lines
711 B
Text
# $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.
|