break UFS up into FFS/UFS/LFS/MFS
[unix-history] / usr / src / sbin / shutdown / pathnames.h
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)pathnames.h 5.5 (Berkeley) %G%
*/
#include <paths.h>
#define _PATH_FASTBOOT "/fastboot"
#define _PATH_HALT "/sbin/halt"
#define _PATH_REBOOT "/sbin/reboot"
#define _PATH_WALL "/usr/bin/wall"