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