Bug 124962 - New port: sysutil/zccron A cron like tool that performs a single pass on a crontab stored in ZConf.
Summary: New port: sysutil/zccron A cron like tool that performs a single pass on a c...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 23:30 UTC by Zane C. Bowers-Hadley
Modified: 2008-07-09 13:30 UTC (History)
0 users

See Also:


Attachments
zccron.shar (2.98 KB, text/plain)
2008-06-24 23:30 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2008-06-24 23:30:01 UTC

Does the same thing as ZConf, but stores the tabs in ZConf.

This does require ports/124958, in which ZConf was submitted for inclusion.

How-To-Repeat: 

1: unshar
2:
3: take a look at ports/124958
4: install and enjoy
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-09 13:28:22 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-09 13:28:31 UTC
edwin       2008-07-09 12:28:18 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/zccron      Makefile distinfo pkg-descr 
  Log:
  New port: sysutil/zccron A cron like tool that performs a single pass on a crontab stored in ZConf.
  
          This is like comiccron, but stores the tabs in ZConf. 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/124962
  Submitted by:   "Zane C.B." <vvelox@vvelox.net>
  
  Revision  Changes    Path
  1.1029    +1 -0      ports/sysutils/Makefile
  1.1       +41 -0     ports/sysutils/zccron/Makefile (new)
  1.1       +3 -0      ports/sysutils/zccron/distinfo (new)
  1.1       +13 -0     ports/sysutils/zccron/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"