Age | Commit message (Collapse) | Author |
|
|
|
|
|
The at(1) code is now more tightly integrated into the cron codebase.
|
|
Job names are now "runtime.queue" where runtime is when the job will run
in Unix time format. This is what SysV at does and allows us to nuke
the .SEQ file.
Historic BSD options for atq and atrm are now implemented;
atq and atrm get their own man pages.
At no longer does anything with the -v flag. We print the execution
time when jobs are submitted so there is no need.
Most *scanf() usage is gone (one remains in atrun).
Better sanity checks in atrun.
Random style/cleanup.
With these changes we have the best of both worlds; POSIX compliance with
the traditional BSD features.
|
|
all four. Also differentiate between the touch(1) style time as time_arg
and the at(1) style time as timespec (which is what SUS3 does).
Instead of referring to the touch time format as POSIX time, reference
touch. This is what SUS3 does and it is what users will know.
|
|
|
|
deprecated and no longer documented.
Also, use __progname instead of examining argv and clean up a few minor
warnings.
|
|
|
|
|
|
|