1*e79a303fSAaron LI /*- 2*e79a303fSAaron LI * Copyright (c) 1991, 1993 3*e79a303fSAaron LI * The Regents of the University of California. All rights reserved. 4*e79a303fSAaron LI * 5*e79a303fSAaron LI * This code is derived from software contributed to Berkeley by 6*e79a303fSAaron LI * Donn Seeley at Berkeley Software Design, Inc. 7*e79a303fSAaron LI * 8*e79a303fSAaron LI * Redistribution and use in source and binary forms, with or without 9*e79a303fSAaron LI * modification, are permitted provided that the following conditions 10*e79a303fSAaron LI * are met: 11*e79a303fSAaron LI * 1. Redistributions of source code must retain the above copyright 12*e79a303fSAaron LI * notice, this list of conditions and the following disclaimer. 13*e79a303fSAaron LI * 2. Redistributions in binary form must reproduce the above copyright 14*e79a303fSAaron LI * notice, this list of conditions and the following disclaimer in the 15*e79a303fSAaron LI * documentation and/or other materials provided with the distribution. 16*e79a303fSAaron LI * 3. Neither the name of the University nor the names of its contributors 17*e79a303fSAaron LI * may be used to endorse or promote products derived from this software 18*e79a303fSAaron LI * without specific prior written permission. 19*e79a303fSAaron LI * 20*e79a303fSAaron LI * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 21*e79a303fSAaron LI * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22*e79a303fSAaron LI * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23*e79a303fSAaron LI * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24*e79a303fSAaron LI * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25*e79a303fSAaron LI * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26*e79a303fSAaron LI * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27*e79a303fSAaron LI * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28*e79a303fSAaron LI * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29*e79a303fSAaron LI * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30*e79a303fSAaron LI * SUCH DAMAGE. 31*e79a303fSAaron LI * 32*e79a303fSAaron LI * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 33*e79a303fSAaron LI */ 34*e79a303fSAaron LI 35*e79a303fSAaron LI #include <paths.h> 36*e79a303fSAaron LI 37*e79a303fSAaron LI #define _PATH_RUNCOM "/etc/rc" 38*e79a303fSAaron LI #define _PATH_RUNDOWN "/etc/rc.shutdown" 39*e79a303fSAaron LI #define _PATH_NEWROOT "/new_root" 40