1 /* 2 * Copyright (c) 1992 Regents of the University of California. 3 * Copyright (c) 1988, 1992 The University of Utah and the Center 4 * for Software Science (CSS). 5 * 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 5.2 (Berkeley) 07/23/92 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