xref: /dragonfly/usr.sbin/newsyslog/pathnames.h (revision 5fb3968e)
1 /*
2  * This file contains changes from the Open Software Foundation.
3  */
4 
5 /*
6 
7 Copyright 1988, 1989 by the Massachusetts Institute of Technology
8 
9 Permission to use, copy, modify, and distribute this software
10 and its documentation for any purpose and without fee is
11 hereby granted, provided that the above copyright notice
12 appear in all copies and that both that copyright notice and
13 this permission notice appear in supporting documentation,
14 and that the names of M.I.T. and the M.I.T. S.I.P.B. not be
15 used in advertising or publicity pertaining to distribution
16 of the software without specific, written prior permission.
17 M.I.T. and the M.I.T. S.I.P.B. make no representations about
18 the suitability of this software for any purpose.  It is
19 provided "as is" without express or implied warranty.
20 
21  $FreeBSD: head/usr.sbin/newsyslog/pathnames.h 316981 2017-04-15 20:37:34Z bapt $
22 
23 */
24 
25 #define	_PATH_CONF	"/etc/newsyslog.conf"
26 #define	_PATH_SYSLOGPID	_PATH_VARRUN "syslog.pid"
27 #define	_PATH_BZIP2	"/usr/bin/bzip2"
28 #define	_PATH_GZIP	"/usr/bin/gzip"
29 #define	_PATH_XZ	"/usr/bin/xz"
30 #define	_PATH_ZSTD	"/usr/bin/zstd"
31