IABSD.fr/ports/sysutils/anacron/files/obstack.c

Branch :


Log

Author Commit Date CI Message
1e3bf2b5 2004-05-17 00:22:54 - 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>
4b132996 2003-08-23 19:24:47 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