aboutsummaryrefslogtreecommitdiff
path: root/libexec/atrun/atrun.man
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2007-06-17 14:02:31 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2007-06-17 14:02:31 +0000
commit54dd7f5c36068d9a8f8d94ea2f1debec62ef6e56 (patch)
tree59d92039966c343cc363c98be29f9763ced3e9f2 /libexec/atrun/atrun.man
parent37b996e901350e3dd8ca49cc8e7d21a3f05ee294 (diff)
downloadsrc-54dd7f5c36068d9a8f8d94ea2f1debec62ef6e56.tar.gz
src-54dd7f5c36068d9a8f8d94ea2f1debec62ef6e56.zip
Note PAM support in atrun(8).
Sort FILES section while there. Touch document date.
Notes
Notes: svn path=/head/; revision=170881
Diffstat (limited to 'libexec/atrun/atrun.man')
-rw-r--r--libexec/atrun/atrun.man21
1 files changed, 17 insertions, 4 deletions
diff --git a/libexec/atrun/atrun.man b/libexec/atrun/atrun.man
index a8ce57cc0dfd..ec373b3420bc 100644
--- a/libexec/atrun/atrun.man
+++ b/libexec/atrun/atrun.man
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd April 12, 1995
+.Dd June 17, 2007
.Dt ATRUN 8
.Os
.Sh NAME
@@ -34,6 +34,13 @@ time has elapsed.
In addition, if the load average over the last minute was less than
the specified limit then a maximum of one batch job (denoted by the
uppercase queues) is started.
+.Pp
+Before starting a job,
+.Nm
+will check the status of its owner's account with
+.Xr pam 3
+and refuse to run the job if the account is unavailable,
+e.g., locked out or expired.
.Sh OPTIONS
.Bl -tag -width indent
.It Fl l Ar load_avg
@@ -50,17 +57,23 @@ to work, you have to start up a
.Xr cron 8
daemon.
.Sh FILES
-.Bl -tag -width /var/at/spool -compact
-.It Pa /var/at/spool
-Directory containing output spool files
+.Bl -tag -width /etc/pam.d/atrun -compact
+.It Pa /etc/pam.d/atrun
+.Xr pam.conf 5
+configuration file for
+.Nm
.It Pa /var/at/jobs
Directory containing job files
+.It Pa /var/at/spool
+Directory containing output spool files
.El
.Sh SEE ALSO
.Xr at 1 ,
.Xr crontab 1 ,
+.Xr pam 3 ,
.Xr syslog 3 ,
.Xr crontab 5 ,
+.Xr pam.conf 5 ,
.Xr cron 8
.Sh BUGS
The functionality of