Sync with FreeBSD:
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 26 Aug 2007 16:12:27 +0000 (16:12 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 26 Aug 2007 16:12:27 +0000 (16:12 +0000)
commite3a4c51f031c2dda419ed6621aa2ee489f3b04c3
treefe5529f4626ff6e831a4c7aba04e61a808513630
parent3c0aa72ee10d4d08f62fe57d50fe8edf1bd8e187
Sync with FreeBSD:

- mktime() already does daylight savings.

- Explain the format of the at.allow and at.deny files in detail.

- mdoc improvements.

- Use MAXLOGNAME - 1 instead of UT_NAMESIZE.

- Do not pretend there is something like '/etc/utmp'.

- Add the SUSv3 -l option to at.  This is an alias for atq. Allow job ids
to be specified on the command line for which information should be
reported.

- Document the fact that at(1) is run through cron(8).  This affects the
granularity of the at queue runs.

- Organize #includes.

- Remove the -V [version number] option.

- Implement the POSIX 1003.1-2001 -r and -t options in at(1).

- Warns cleanup and diff reduction from FreeBSD.

- Remove some unsafe function calls from the signal handlers.

- Fix privileges macros.

Obtained-from: FreeBSD
usr.bin/at/at.c
usr.bin/at/at.man
usr.bin/at/panic.c
usr.bin/at/panic.h
usr.bin/at/parsetime.c
usr.bin/at/perm.c
usr.bin/at/perm.h
usr.bin/at/privs.h