mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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)
10 lines
193 B
C
10 lines
193 B
C
--- main.c.orig 2000-06-22 22:58:07 UTC
|
|
+++ main.c
|
|
@@ -24,6 +24,7 @@
|
|
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
#include <fcntl.h>
|