Home
last modified time | relevance | path

Searched refs:atrun (Results 1 – 10 of 10) sorted by path

/dragonfly/etc/
H A DMakefile194 .for pamconf in README convert.sh atrun cron passwd su system
H A Dcrontab10 */5 * * * * root /usr/libexec/atrun
/dragonfly/etc/pam.d/
H A DMakefile5 atrun \
H A Datrun2 # $FreeBSD: src/etc/pam.d/atrun,v 1.1 2007/06/15 12:02:16 yar Exp $
4 # PAM configuration for the "atrun" service
7 # Note well: enabling pam_nologin for atrun will currently result
/dragonfly/libexec/
H A DMakefile4 SUBDIR= atrun \
/dragonfly/libexec/atrun/
H A DLEGAL1 # $FreeBSD: src/libexec/atrun/LEGAL,v 1.5 1999/08/28 00:09:11 peter Exp $
2 # $DragonFly: src/libexec/atrun/LEGAL,v 1.2 2003/06/17 04:27:07 dillon Exp $
H A DMakefile7 PROG= atrun
8 SRCS= atrun.c gloadavg.c
9 MAN= atrun.8
H A Datrun.c82 static const char * const atrun = "atrun"; /* service name for syslog etc. */ variable
169 pam_err = pam_start(atrun, pentry->pw_name, &pamc, &pamh); in run_file()
456 openlog(atrun, LOG_PID, LOG_CRON); in main()
/dragonfly/usr.sbin/cron/doc/
H A DMAIL264 2) At is integrated into the cron. Instead of atrun to scan the
271 'at', I use 'atrun' the same way the current BSD cron does. My
H A DREADME31 'at'; you can continue to run 'atrun' from the crontab as you have been
32 doing. If you don't have atrun (i.e., System V) you are in trouble.