xref: /csrg-svn/old/init/pathnames.h (revision 37948)
137283Sbostic /*
237283Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337283Sbostic  * All rights reserved.
437283Sbostic  *
537283Sbostic  * Redistribution and use in source and binary forms are permitted
637283Sbostic  * provided that the above copyright notice and this paragraph are
737283Sbostic  * duplicated in all such forms and that any documentation,
837283Sbostic  * advertising materials, and other materials related to such
937283Sbostic  * distribution and use acknowledge that the software was developed
1037283Sbostic  * by the University of California, Berkeley.  The name of the
1137283Sbostic  * University may not be used to endorse or promote products derived
1237283Sbostic  * from this software without specific prior written permission.
1337283Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437283Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537283Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637283Sbostic  *
17*37948Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 05/11/89
1837283Sbostic  */
1937283Sbostic 
20*37948Sbostic #include <paths.h>
21*37948Sbostic 
2237283Sbostic #define	_PATH_RC	"/etc/rc"
2337283Sbostic #define	_PATH_RCDOWN	"/etc/rc.shutdown"
24