diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-26 23:49:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-26 23:49:55 +0800 |
commit | e587d49a0124eee08372ef4449ca5515fb3aac25 (patch) | |
tree | 31b07e0f8cd2367949b6295acca27ecac88a7d33 /sysutils/Makefile | |
parent | ae6aca349018971cfcfa96c5d1387be947b65cb3 (diff) | |
download | freebsd-ports-gnome-e587d49a0124eee08372ef4449ca5515fb3aac25.tar.gz freebsd-ports-gnome-e587d49a0124eee08372ef4449ca5515fb3aac25.tar.zst freebsd-ports-gnome-e587d49a0124eee08372ef4449ca5515fb3aac25.zip |
This will act on any cronfile it is pointed at. For it to run the command,
the last or next time it will be will have to be within a minute and 15
seconds. For most usages, you will want to have the hour and minute set
to *. This allows a user to do something how ever many times they want any
time during the period it is active.
After running through every entry in the crontab, it then exits.
Why not cron?
You can have cron open opera or the like on a specific display by either
switch or enviromental options, but it will always open it. This allows
you to open it any time along the point it is active.
PR: ports/109120
Submitted by: Zane C. Bowers
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 695e8305cede..28d6c2519492 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -90,6 +90,7 @@ SUBDIR += cog SUBDIR += colorize SUBDIR += comconsole + SUBDIR += comiccron SUBDIR += conky SUBDIR += consolehm SUBDIR += contool |