summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/pathnames.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use absolute paths in pathnames.h. There is no longer a need tomillert2015-11-121-52/+10
* Move cron socket to /var/run/cron.sock. Client code will try the oldmillert2015-11-121-3/+3
* Update CRONDIR comment to reality.millert2015-11-091-4/+5
* Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improvemillert2015-11-091-7/+7
* Change some globals from extern to static when they are not usedmillert2015-11-041-29/+3
* Remove PIDDIR and PIDFILE missed in previous commit.millert2015-10-251-12/+1
* remove some more ifdef mazinesstedu2015-10-231-3/+1
* clear out some more legacy code and whatnottedu2015-10-061-9/+1
* correct copyright, upon approval from paul vixie via todd miller. thederaadt2015-02-091-5/+1
* Use HAVE_FOO for BSD-specific features instead of relying on themillert2015-01-141-3/+3
* crontab -e /tmp//crontab.ynUyD24939 versus /tmp/crontab.ynUyD24939.mglocker2007-02-131-2/+2
* UUpdate ISC copyright year to 2004millert2004-06-171-9/+9
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-23/+35
* Move contents of /var/at into /var/cron since at is now intergrated intomillert2003-02-191-6/+6
* Move atrun(8) functionality into cron(8) proper. This fixes themillert2002-07-151-3/+21
* o Add _PATH_CRON_PID which is built up from PIDDIR and PIDFILE via stringmillert2002-07-091-1/+3
* minor cosmetic change to reduce diffsmillert2002-07-081-1/+2
* crontab is no longer setuid root, it is now setgid crontab.millert2002-05-091-1/+7
* When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullmillert2001-10-241-1/+5
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-24/+27
* Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesderaadt1998-03-301-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+81