xref: /original-bsd/libexec/rbootd/pathnames.h (revision 0669bf0d)
1 /*
2  * Copyright (c) 1988, 1992 The University of Utah and the Center
3  *	for Software Science (CSS).
4  * Copyright (c) 1992, 1993
5  *	The Regents of the University of California.  All rights reserved.
6  *
7  * This code is derived from software contributed to Berkeley by
8  * the Center for Software Science of the University of Utah Computer
9  * Science Department.  CSS requests users of this software to return
10  * to css-dist@cs.utah.edu any improvements that they make and grant
11  * CSS redistribution rights.
12  *
13  * %sccs.include.redist.c%
14  *
15  *	@(#)pathnames.h	8.1 (Berkeley) 06/04/93
16  *
17  * Utah $Hdr: pathnames.h 3.1 92/07/06$
18  * Author: Jeff Forys, University of Utah CSS
19  */
20 
21 #define	_PATH_BPF		"/dev/bpf%d"
22 #define	_PATH_RBOOTDCONF	"/etc/rbootd.conf"
23 #define	_PATH_RBOOTDDBG		"/tmp/rbootd.dbg"
24 #define	_PATH_RBOOTDLIB		"/usr/mdec/rbootd"
25 #define	_PATH_RBOOTDPID		"/var/run/rbootd.pid"
26