OpenBSD CVS

CVS log for src/usr.bin/at/at.c


[BACK] Up to [local] / src / usr.bin / at

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_3_2


Revision 1.30.2.1 / (download) - annotate - [select for diffs], Tue Mar 18 04:06:47 2003 UTC (21 years, 2 months ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.30: +12 -7 lines
Diff to previous 1.30 (colored) next main 1.31 (colored)

Pull patches from current:
Fixes by millert and mpech.

o Add missing increment in newjob() when there is a time collision.
o Fix 'at -r' crash. While loop in process_job() jobs[i] will
  contain NULL. Skip mess.
o Add missing  #include <limits.h>
o Stash uid and mode in struct at so we don't need to pass around a
  struct statbuf *.  Fixes a bug where atq reports all jobs as being
  owned by the owner of the last job in the queue.

millert@ ok

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jul 15 19:13:29 2002 UTC (21 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE
Branch point for: OPENBSD_3_2
Changes since 1.29: +56 -6 lines
Diff to previous 1.29 (colored)

Move atrun(8) functionality into cron(8) proper.  This fixes the
long-standing annoyance that atrun's granularity is 10 minutes.
Most at jobs run with a 1 minute granularity.  Jobs submitted via
"at now" or "batch" will run immediately.  Includes a rewritten
cron(8) man page.  at(1) will be integrated more closely into
cron at a future date.

Upgrading notes:
    the atrun job in root's crontab should be removed.
    the /var/at/spool directory is no longer used

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.