Commit Graph

6 Commits

Author SHA1 Message Date
sturm
a6bbb0238e fix PLIST, noticed by jolan@
ok maintainer
2004-10-07 05:20:18 +00:00
espie
d1fa125d45 new plists 2004-09-15 18:39:31 +00:00
naddy
1e3bf2b5aa - Don't leave files behind in /tmp.
- Fix a number of compiler warnings.
- Clean INSTALL a bit.
- Point HOMEPAGE to a more useful place.

From: Andreas Kahari <ak+openbsd@freeshell.org>
2004-05-17 00:22:54 +00:00
sturm
3b11991a91 remove post-install, no longer necessary with recent pkg_create fix
ok naddy@
2003-08-27 07:25:35 +00:00
sturm
766390c28d if mkstemp() fails, don't return NULL but die
from maintainer andreas kahari
2003-08-23 21:58:46 +00:00
sturm
4b13299636 Initial import of anacron 2.3
Anacron is a periodic command scheduler. It executes
commands at intervals specified in days.  Unlike cron, it
does not assume that the system is running continuously.
It can therefore be used to control the execution of
daily, weekly and monthly jobs (or anything with a period
of n days), on systems that don't run 24 hours a day.
When installed and configured properly, Anacron will make
sure that the commands are run at the specified intervals
as closely as machine-uptime permits.

WWW: http://anacron.sourceforge.net/

from Andreas Kahari <andreas.kahari@unix.net> with some cleanup by me
2003-08-23 19:24:47 +00:00