xref: /csrg-svn/sbin/shutdown/pathnames.h (revision 40174)
137299Sbostic /*
237299Sbostic  * Copyright (c) 1989 The Regents of the University of California.
337299Sbostic  * All rights reserved.
437299Sbostic  *
537299Sbostic  * Redistribution and use in source and binary forms are permitted
637299Sbostic  * provided that the above copyright notice and this paragraph are
737299Sbostic  * duplicated in all such forms and that any documentation,
837299Sbostic  * advertising materials, and other materials related to such
937299Sbostic  * distribution and use acknowledge that the software was developed
1037299Sbostic  * by the University of California, Berkeley.  The name of the
1137299Sbostic  * University may not be used to endorse or promote products derived
1237299Sbostic  * from this software without specific prior written permission.
1337299Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1437299Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1537299Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1637299Sbostic  *
17*40174Sbostic  *	@(#)pathnames.h	5.4 (Berkeley) 02/20/90
1837299Sbostic  */
1937299Sbostic 
20*40174Sbostic #include <paths.h>
21*40174Sbostic 
2237299Sbostic #define	_PATH_FASTBOOT	"/fastboot"
2337958Sbostic #define	_PATH_HALT	"/sbin/halt"
2437958Sbostic #define	_PATH_REBOOT	"/sbin/reboot"
2537958Sbostic #define	_PATH_WALL	"/usr/bin/wall"
26