summaryrefslogtreecommitdiff
path: root/sysutils/anacron/files/anacrontab.default
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-16 15:51:38 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-16 15:51:38 +0000
commit610bc835b1230320760f51685d16856b344d5c7a (patch)
treec579ddc1260aa9376572b0dafef590f0a5a2cc80 /sysutils/anacron/files/anacrontab.default
parentUpdate to 2.1.15 (diff)
[1]:
- 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]
Notes
Notes: svn path=/head/; revision=137561
Diffstat (limited to 'sysutils/anacron/files/anacrontab.default')
-rw-r--r--sysutils/anacron/files/anacrontab.default12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/anacron/files/anacrontab.default b/sysutils/anacron/files/anacrontab.default
new file mode 100644
index 000000000000..2797d7fc2cc1
--- /dev/null
+++ b/sysutils/anacron/files/anacrontab.default
@@ -0,0 +1,12 @@
+
+PATH=/bin:/sbin:/usr/bin:/usr/sbin
+
+# days make sure the command is executed at least every 'days' days
+# delay delay in minutes, before a command starts
+# id unique id of a command
+
+# days delay id command
+1 5 daily periodic daily
+7 15 weekly periodic weekly
+30 60 monthly periodic monthly
+