aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/anacron
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
|
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* [1]:jylefort2005-06-1611-327/+284
| | | | | | | | | | | | | | | | | | | | - 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]
* - Add startup script.sem2004-11-244-7/+35
| | | | | PR: ports/74287 Submitted by: maintainer
* Fix compiling with gcc 3.4sem2004-08-292-7/+19
| | | | | PR: ports/71099 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* New port: anacronedwin2003-10-046-0/+324
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 <dz@426.ch>