pathnames.h revision 225736
1251881Speter/*
2251881Speter * This file contains changes from the Open Software Foundation.
3251881Speter */
4251881Speter
5251881Speter/*
6251881Speter
7251881SpeterCopyright 1988, 1989 by the Massachusetts Institute of Technology
8251881Speter
9251881SpeterPermission to use, copy, modify, and distribute this software
10251881Speterand its documentation for any purpose and without fee is
11251881Speterhereby granted, provided that the above copyright notice
12251881Speterappear in all copies and that both that copyright notice and
13251881Speterthis permission notice appear in supporting documentation,
14251881Speterand that the names of M.I.T. and the M.I.T. S.I.P.B. not be
15251881Speterused in advertising or publicity pertaining to distribution
16251881Speterof the software without specific, written prior permission.
17251881SpeterM.I.T. and the M.I.T. S.I.P.B. make no representations about
18251881Speterthe suitability of this software for any purpose.  It is
19251881Speterprovided "as is" without express or implied warranty.
20251881Speter
21251881Speter $FreeBSD: stable/9/usr.sbin/newsyslog/pathnames.h 218127 2011-01-31 10:57:54Z mm $
22251881Speter
23251881Speter*/
24251881Speter
25251881Speter#define	_PATH_CONF	"/etc/newsyslog.conf"
26251881Speter#define	_PATH_SYSLOGPID	_PATH_VARRUN "syslog.pid"
27251881Speter#define	_PATH_BZIP2	"/usr/bin/bzip2"
28251881Speter#define	_PATH_GZIP	"/usr/bin/gzip"
29251881Speter#define	_PATH_XZ	"/usr/bin/xz"
30251881Speter