.\" $NetBSD: atrun.8,v 1.11 2002/01/15 02:19:26 wiz Exp $ .\" $OpenBSD: atrun.8,v 1.4 1998/05/22 22:16:29 deraadt Exp $ .\" $FreeBSD: atrun.man,v 1.3 1997/02/22 14:20:55 peter Exp $ .Dd April 12, 1995 .Dt ATRUN 8 .Os .Sh NAME .Nm atrun .Nd run jobs queued for later execution .Sh SYNOPSIS .Nm atrun .Op Fl l Ar load_avg .Op Fl d .Sh DESCRIPTION .Nm runs jobs queued by .Xr at 1 . Root's .Xr crontab 5 must contain the line: .Bd -literal */10 * * * * root /usr/libexec/atrun .Ed .Pp so that .Xr atrun 8 gets called every ten minutes. .Pp At every invocation, every job in lowercase queues whose starting time has passed is started. A maximum of one batch job (denoted by uppercase queues) is started each time .Nm is invoked. .Sh OPTIONS .Bl -tag -width indent .It Fl l Ar load_avg Specifies a limiting load factor, over which batch jobs should not be run, instead of the compiled-in value of 1.5. .It Fl d Debug; print error messages to standard error instead of using .Xr syslog 3 . .El .Sh WARNINGS For .Nm 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 .It Pa /var/at/jobs Directory containing job files .El .Sh SEE ALSO .Xr at 1 , .Xr crontab 1 , .Xr syslog 3 , .Xr crontab 5 , .Xr cron 8 .Sh AUTHORS .An Thomas Koenig Aq ig25@rz.uni-karlsruhe.de .Sh BUGS The functionality of .Nm should be merged into .Xr cron 8 . ref='/netbsd/commit/gnu/usr.bin/grep?id=bb269a48a309936c70c6ae3cda17034d0ecbef46'>commitdiff
path: root/gnu/usr.bin/grep
AgeCommit message (Expand)Author
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-15find system.h in srcchristos
2009-02-25Make grep a host tool.sketch
2008-08-28Crank version to "2.5.1 nb1" for the change that adds alukem
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2006-11-10Sprinkle -Wno-stack-protector. Gnu programs use too much alloca :-)christos
2006-11-01Remove the hack that compiles dfa.c with -O1 on hppa. -O2 works fine.skrll
2005-07-28We have strerror_r now.christos
2005-05-11build grep/dfa.c with reduced optimization on hppa to avoid a gcc bug.chs
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2003-02-13Update for grep-2.5.1.wiz
2003-01-26Build structure update for grep-2.5.wiz
2002-09-19- use NETBSDSRCDIR as appropriatelukem
2001-08-03Remove a hack to copy grep.info to build it from grep.texi.enami
2001-04-12Copy `grep.info' into the object directory.pk
2000-11-06MKNLS should control installation of /usr/share/locale only.itojun
2000-10-31do not compile libintl on our own. we now have /usr/lib/libintl.itojun
2000-10-28improve MKNLS=no/yes. build no NLS-related source code on MKNOS=no.itojun
2000-02-28Unlink an existing symblic link when creating a symblic link.enami
2000-02-27re-add pre-generated grep.info and use that one until our texinfowiz
2000-02-27update grep to 2.4.wiz
1999-05-31Wrap message catalog installation inside MKNLS check.kleink
1999-04-24add ".include <bsd.info.mK>" so that grep.info will be built and installed.dbj
1999-04-06grep is no longer build as 3 programs, etc., and back to how it was before th...mrg
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-11Clean up, add locale files, and add Texinfo doc.tv
1999-02-09Update to grep 2.2f, with sources now in src/gnu/dist/grep.simonb
1998-02-20Fill in missing (default) mmap(2) flags.mycroft
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-06-30Correct 'SYNOPSIS' spellingbouyer
1997-03-24Makefile cleanupschristos
1995-09-27Fix typo in example; PR #1534jtc
1995-04-28fix a typo; i accidentally deleted an _, but it won't really matter.cgd
1995-04-23changes to make the src/gnu code compile happily on the alpha:cgd
1995-04-23NetBSD RCS Id formatcgd
1995-02-27add a -o flag. should replace with Berkeley grep.cgd
1993-10-07converted to use gnu malloc, and depend on it correctlycgd
1993-08-10Don't include ${DESTDIR} in paths in LINKS.mycroft
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft