summaryrefslogtreecommitdiff
path: root/sysutils/anacron (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/anacron: Fix start after resumeFernando Apesteguía2021-04-078-30/+87
| | | | | | | | | | The anacron utility should be run by it's rc(8) script after resume, since the time to run jobs from the anacrontab(5) might have passed while the system was sleeping. PR: 253567 Reported by: walter.von.entferndt@posteo.net Approved by: dz@426.ch (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-1/+6
|
* - Add LICENSEDmitry Marakasov2017-03-225-19/+22
| | | | | | | - Remove unneeded condition - Regenerate patches Approved by: portmgr blanket
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
|
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Fix startup script, broken in previous commitGuido Falsi2014-07-112-1/+2
| | | | | | PR: 191783 Submitted by: clarkjc@runbox.com Approved by: Derik van Zuetphen <dz@426.ch> (maintainer)
* - StagifyGuido Falsi2014-07-065-19/+11
| | | | | | | - While here, fix some rclint warnings PR: 191554 Sumitted by: dz@426.ch (maintainer)
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-291-1/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | sysutils)
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Improve configuration hints.Stefan Walter2010-05-212-1/+3
| | | | | | PR: ports/142275 Submitted by: Kenyon Ralph <kenyon@kenyonralph.com> Patch by: submitter, maintainer
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with P,R,S
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | MAKE_ENV
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
|
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* [1]:Jean-Yves Lefort2005-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.Sergey Matveychuk2004-11-244-7/+35
| | | | | PR: ports/74287 Submitted by: maintainer
* Fix compiling with gcc 3.4Sergey Matveychuk2004-08-292-7/+19
| | | | | PR: ports/71099 Submitted by: maintainer
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* New port: anacronEdwin Groothuis2003-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>