| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Remove unneeded condition
- Regenerate patches
Approved by: portmgr blanket
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
PR: 191783
Submitted by: clarkjc@runbox.com
Approved by: Derik van Zuetphen <dz@426.ch> (maintainer)
|
| |
|
|
|
|
|
| |
- While here, fix some rclint warnings
PR: 191554
Sumitted by: dz@426.ch (maintainer)
|
| |
|
|
| |
Approved by: portmgr
|
| |
|
|
| |
sysutils)
|
| |
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
PR: ports/142275
Submitted by: Kenyon Ralph <kenyon@kenyonralph.com>
Patch by: submitter, maintainer
|
| |
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
| |
starting with P,R,S
|
| |
|
|
| |
MAKE_ENV
|
| | |
|
| |
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
| |
|
|
|
| |
PR: ports/74287
Submitted by: maintainer
|
| |
|
|
|
| |
PR: ports/71099
Submitted by: maintainer
|
| | |
|
| |
|
|
| |
(Part 1)
|
|
|
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>
|