155564Sbostic /* 255564Sbostic * Copyright (c) 1992 Regents of the University of California. 355564Sbostic * Copyright (c) 1988, 1992 The University of Utah and the Center 455564Sbostic * for Software Science (CSS). 555564Sbostic * 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*55573Sbostic * @(#)pathnames.h 5.2 (Berkeley) 07/23/92 1655564Sbostic * 1755564Sbostic * Utah $Hdr: pathnames.h 3.1 92/07/06$ 1855564Sbostic * Author: Jeff Forys, University of Utah CSS 1955564Sbostic */ 2055564Sbostic 21*55573Sbostic #define _PATH_BPF "/dev/bpf%d" 2255564Sbostic #define _PATH_RBOOTDCONF "/etc/rbootd.conf" 23*55573Sbostic #define _PATH_RBOOTDDBG "/tmp/rbootd.dbg" 24*55573Sbostic #define _PATH_RBOOTDLIB "/usr/mdec/rbootd" 25*55573Sbostic #define _PATH_RBOOTDPID "/var/run/rbootd.pid" 26