1a76a776c7
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)
7 lines
351 B
Text
7 lines
351 B
Text
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%%
|