freebsd-ports/sysutils/anacron/pkg-plist
Fernando Apesteguía 1a76a776c7 sysutils/anacron: Fix start after resume
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)
2021-04-07 13:20:03 +02:00

8 lines
351 B
Plaintext

sbin/%%PORTNAME%%
@sample etc/%%PORTNAME%%tab.sample
@postexec mkdir -p /var/spool/%%PORTNAME%% 2>/dev/null
@postunexec rmdir /var/spool/%%PORTNAME%% 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/spool/%%PORTNAME%%'."
man/man8/%%PORTNAME%%.8.gz
man/man5/%%PORTNAME%%tab.5.gz
@dir /var/spool/%%PORTNAME%%