aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vacation/vacation.c
Commit message (Expand)AuthorAgeFilesLines
* Use sendmail's version of vacation. It is command line and databaseGregory Neil Shapiro2000-10-101-525/+0
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Postpone call to usage() until after all options are processed so thatSheldon Hearn1999-06-181-6/+9
* Please forgive me, it's my first day on the block. Forgot to mention:Sheldon Hearn1999-06-171-1/+1
* Null commit to reflect that the previous commit added warnings forSheldon Hearn1999-06-171-1/+1
* * Add a command-line option to enable debugging mode, which sends errorSheldon Hearn1999-06-171-17/+53
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* Add const to copyright string. Hide sccsid string.Philippe Charnier1997-11-031-4/+6
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Stop parsing args before user supplied to argument in sendmail.Warner Losh1997-08-281-2/+2
* Even better fix: use close(fileno(mfp)); to close unneded descriptorAndrey A. Chernov1997-04-231-1/+2
* Better fix: return vfork() again, but remove clobbering fclose()Andrey A. Chernov1997-04-231-4/+3
* Replace vfork() by fork(), vfork() usage is totally bogus in this context.Andrey A. Chernov1997-04-231-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Various cleanups:Joerg Wunsch1996-09-281-16/+83
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+420