Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / newsyslog / pathnames.h
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: src/usr.sbin/newsyslog/pathnames.h,v 1.2.2.2 2003/04/27 04:11:22 gad Exp $
22  $DragonFly: src/usr.sbin/newsyslog/pathnames.h,v 1.2 2003/06/17 04:29:57 dillon Exp $
23
24 */
25
26 #define _PATH_CONF      "/etc/newsyslog.conf"
27 #define _PATH_SYSLOGPID _PATH_VARRUN "syslog.pid"
28 #define _PATH_BZIP2     "/usr/bin/bzip2"
29 #define _PATH_GZIP      "/usr/bin/gzip"