The FreeBSD Ports Archive
FreeBSD sysutils : anacron4>
Schedules periodic jobs on systems that are not permanently up
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.
Anacron is not an attempt to make cron redundant.
Requirements
- A functioning syslog daemon.
- A functioning /usr/lib/sendmail command. (all MTAs should have that).
http://sourceforge.net/projects/anacron
|
anacron history
v. 1.6
date: 2006/05/13 04:15:24; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with S
v. 1.5
date: 2005/06/16 15:51:37; author: jylefort; state: Exp; lines: +20 -7
[1]:
- Add a rcNG startup script
- Use mkstemp() instead of the insecure tempnam()
Moreover:
- Also create /var/spool/anacron when installed from a package
- Try to remove /var/spool/anacron when deinstalling the package; if
it fails, hint the user about removing it manually
- Respect ${CC}
- Install/deinstall ${PREFIX}/etc/anacrontab
- Split the monolithic patch-aa into separate patches
- Refactor some patches into ${REINPLACE_CMD} invocations
- Install the program ourselves (it is more straightforward than
fixing the vendor's Makefile)
- Use SUB_FILES=pkg-message
PR: ports/82168 [1]
Submitted by: maintainer [1]
v. 1.4
date: 2004/11/24 02:45:09; author: sem; state: Exp; lines: +6 -2
- Add startup script.
PR: ports/74287
Submitted by: maintainer
v. 1.3
date: 2004/08/29 14:21:27; author: sem; state: Exp; lines: +1 -1
Fix compiling with gcc 3.4
PR: ports/71099
Submitted by: maintainer
v. 1.2
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/10/04 00:29:47; author: edwin; state: Exp;
New port: anacron
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.
Anacron is not an attempt to make cron redundant.
PR: ports/55959
Submitted by: Derik van Zuetphen
=============================================================================
v. 1.6
date: 2006/05/13 04:15:24; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with S
v. 1.5
date: 2005/06/16 15:51:37; author: jylefort; state: Exp; lines: +20 -7
[1]:
- Add a rcNG startup script
- Use mkstemp() instead of the insecure tempnam()
Moreover:
- Also create /var/spool/anacron when installed from a package
- Try to remove /var/spool/anacron when deinstalling the package; if
it fails, hint the user about removing it manually
- Respect ${CC}
- Install/deinstall ${PREFIX}/etc/anacrontab
- Split the monolithic patch-aa into separate patches
- Refactor some patches into ${REINPLACE_CMD} invocations
- Install the program ourselves (it is more straightforward than
fixing the vendor's Makefile)
- Use SUB_FILES=pkg-message
PR: ports/82168 [1]
Submitted by: maintainer [1]
v. 1.4
date: 2004/11/24 02:45:09; author: sem; state: Exp; lines: +6 -2
- Add startup script.
PR: ports/74287
Submitted by: maintainer
v. 1.3
date: 2004/08/29 14:21:27; author: sem; state: Exp; lines: +1 -1
Fix compiling with gcc 3.4
PR: ports/71099
Submitted by: maintainer
v. 1.2
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/10/04 00:29:47; author: edwin; state: Exp;
New port: anacron
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.
Anacron is not an attempt to make cron redundant.
PR: ports/55959
Submitted by: Derik van Zuetphen
=============================================================================
v. 1.6
date: 2006/05/13 04:15:24; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with S
v. 1.5
date: 2005/06/16 15:51:37; author: jylefort; state: Exp; lines: +20 -7
[1]:
- Add a rcNG startup script
- Use mkstemp() instead of the insecure tempnam()
Moreover:
- Also create /var/spool/anacron when installed from a package
- Try to remove /var/spool/anacron when deinstalling the package; if
it fails, hint the user about removing it manually
- Respect ${CC}
- Install/deinstall ${PREFIX}/etc/anacrontab
- Split the monolithic patch-aa into separate patches
- Refactor some patches into ${REINPLACE_CMD} invocations
- Install the program ourselves (it is more straightforward than
fixing the vendor's Makefile)
- Use SUB_FILES=pkg-message
PR: ports/82168 [1]
Submitted by: maintainer [1]
v. 1.4
date: 2004/11/24 02:45:09; author: sem; state: Exp; lines: +6 -2
- Add startup script.
PR: ports/74287
Submitted by: maintainer
v. 1.3
date: 2004/08/29 14:21:27; author: sem; state: Exp; lines: +1 -1
Fix compiling with gcc 3.4
PR: ports/71099
Submitted by: maintainer
v. 1.2
date: 2004/02/04 05:08:54; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/10/04 00:29:47; author: edwin; state: Exp;
New port: anacron
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.
Anacron is not an attempt to make cron redundant.
PR: ports/55959
Submitted by: Derik van Zuetphen
=============================================================================
|
| |

|