xref: /csrg-svn/sbin/shutdown/pathnames.h (revision 61547)
137299Sbostic /*
2*61547Sbostic  * Copyright (c) 1989, 1993
3*61547Sbostic  *	The Regents of the University of California.  All rights reserved.
437299Sbostic  *
542712Sbostic  * %sccs.include.redist.c%
637299Sbostic  *
7*61547Sbostic  *	@(#)pathnames.h	8.1 (Berkeley) 06/05/93
837299Sbostic  */
937299Sbostic 
1040174Sbostic #include <paths.h>
1140174Sbostic 
1237299Sbostic #define	_PATH_FASTBOOT	"/fastboot"
1337958Sbostic #define	_PATH_HALT	"/sbin/halt"
1437958Sbostic #define	_PATH_REBOOT	"/sbin/reboot"
1537958Sbostic #define	_PATH_WALL	"/usr/bin/wall"
16