Sync with FreeBSD:
commit789d9b7290e804e95e1682e7e0cde81416051d68
authorpavalos <pavalos>
Sun, 26 Aug 2007 16:12:27 +0000 (26 16:12 +0000)
committerpavalos <pavalos>
Sun, 26 Aug 2007 16:12:27 +0000 (26 16:12 +0000)
tree8fecf65079ede33e310ae42af652e91f72a8d18c
parent3a7e998569d2d88ccfa6cc3df3de449ee0ba13e7
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