xref: /csrg-svn/libexec/rbootd/pathnames.h (revision 61442)
155564Sbostic /*
255564Sbostic  * Copyright (c) 1988, 1992 The University of Utah and the Center
355564Sbostic  *	for Software Science (CSS).
4*61442Sbostic  * Copyright (c) 1992, 1993
5*61442Sbostic  *	The Regents of the University of California.  All rights reserved.
655564Sbostic  *
755564Sbostic  * This code is derived from software contributed to Berkeley by
855564Sbostic  * the Center for Software Science of the University of Utah Computer
955564Sbostic  * Science Department.  CSS requests users of this software to return
1055564Sbostic  * to css-dist@cs.utah.edu any improvements that they make and grant
1155564Sbostic  * CSS redistribution rights.
1255564Sbostic  *
1355564Sbostic  * %sccs.include.redist.c%
1455564Sbostic  *
15*61442Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/04/93
1655564Sbostic  *
1755564Sbostic  * Utah $Hdr: pathnames.h 3.1 92/07/06$
1855564Sbostic  * Author: Jeff Forys, University of Utah CSS
1955564Sbostic  */
2055564Sbostic 
2155573Sbostic #define	_PATH_BPF		"/dev/bpf%d"
2255564Sbostic #define	_PATH_RBOOTDCONF	"/etc/rbootd.conf"
2355573Sbostic #define	_PATH_RBOOTDDBG		"/tmp/rbootd.dbg"
2455573Sbostic #define	_PATH_RBOOTDLIB		"/usr/mdec/rbootd"
2555573Sbostic #define	_PATH_RBOOTDPID		"/var/run/rbootd.pid"
26