xref: /csrg-svn/old/init/pathnames.h (revision 37283)
1*37283Sbostic /*
2*37283Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*37283Sbostic  * All rights reserved.
4*37283Sbostic  *
5*37283Sbostic  * Redistribution and use in source and binary forms are permitted
6*37283Sbostic  * provided that the above copyright notice and this paragraph are
7*37283Sbostic  * duplicated in all such forms and that any documentation,
8*37283Sbostic  * advertising materials, and other materials related to such
9*37283Sbostic  * distribution and use acknowledge that the software was developed
10*37283Sbostic  * by the University of California, Berkeley.  The name of the
11*37283Sbostic  * University may not be used to endorse or promote products derived
12*37283Sbostic  * from this software without specific prior written permission.
13*37283Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*37283Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37283Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*37283Sbostic  *
17*37283Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 04/02/89
18*37283Sbostic  */
19*37283Sbostic 
20*37283Sbostic #define	_PATH_BSHELL	"/bin/sh"
21*37283Sbostic #define	_PATH_CONSOLE	"/dev/console"
22*37283Sbostic #define	_PATH_RC	"/etc/rc"
23*37283Sbostic #define	_PATH_RCDOWN	"/etc/rc.shutdown"
24