head	2.1;
access;
symbols
	C_2:2.1
	C_1:1.2;
locks; strict;
comment	@ * @;


2.1
date	93.11.23.19.58.39;	author Aussem;	state Exp;
branches;
next	1.2;

1.2
date	93.09.18.16.47.47;	author Aussem;	state Exp;
branches;
next	1.1;

1.1
date	93.09.08.16.25.48;	author Aussem;	state Exp;
branches;
next	;


desc
@exit codes
@


2.1
log
@Version 2.0 check in
@
text
@/*
 * sysexits.h
 *
 * Returncodes for smail/rmail
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * $Log: sysexits.h,v $
 * Revision 1.2  1993/09/18  16:47:47  Aussem
 * insert GNU license text in the header
 *
 * Revision 1.1  1993/09/08  16:25:48  Aussem
 * Initial revision
 *
 *
 */

# define EX_OK		0	/* successful termination */
# define EX_USAGE	5	/* command line usage error */
# define EX_NOHOST	10	/* host name unknown */
# define EX_UNAVAILABLE	11	/* service unavailable */
# define EX_SOFTWARE	12	/* internal software error */
# define EX_OSFILE	13	/* critical OS file missing */
# define EX_CANTCREAT	14	/* can't create (user) output file */
# define EX_TEMPFAIL	15	/* temp failure; user is invited to retry */
@


1.2
log
@insert GNU license text in the header
@
text
@d21 3
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
 *  sysexits.h
d4 1
a4 1
 *  Returncodes for smail/rmail
d6 18
a23 1
 * $Log$
@
