summaryrefslogtreecommitdiff
path: root/libexec/atrun/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed static linkage (build with -DNO_SHARED).Ruslan Ermilov2007-10-011-1/+1
| | | | | | | Approved by: re (kensmith) Notes: svn path=/head/; revision=172402
* Add PAM support to atrun(8).Yaroslav Tykhiy2007-06-151-3/+3
| | | | Notes: svn path=/head/; revision=170773
* Use a single setusercontext(3) instead of a bunch of basic syscalls.Yaroslav Tykhiy2007-06-141-0/+4
| | | | | | | | Besides aesthetic benefits, that makes at(1) jobs subject to such login.conf(5) settings as resource limits. Notes: svn path=/head/; revision=170741
* Lock down with WFORMAT?=1, with overrides in the subdirectories whichKris Kennaway2002-02-041-0/+1
| | | | | | | are not yet warning-clean. Tested on i386 and alpha. Notes: svn path=/head/; revision=90164
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-4/+5
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-0/+1
| | | | Notes: svn path=/head/; revision=74804
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-3/+2
| | | | Notes: svn path=/head/; revision=74529
* Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn'tBruce Evans2000-05-151-9/+7
| | | | | | | | | | | | really used in bsd.man.mk). Don't uselessly set MANSRC ("." is in the path by default, and there are no ordering problems). Fixed some other style bugs. Notes: svn path=/head/; revision=60604
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix ${.CURDIR} misspellingAndrey A. Chernov1995-08-291-2/+2
| | | | Notes: svn path=/head/; revision=10415
* Upgrade to 2.9Andrey A. Chernov1995-08-211-2/+3
| | | | Notes: svn path=/head/; revision=10154
* Upgrade.Andrey A. Chernov1995-04-121-6/+18
| | | | | | | Close security holes reported. Notes: svn path=/head/; revision=7768
* Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.Nate Williams1994-01-051-0/+13
Notes: svn path=/head/; revision=939