break UFS up into FFS/UFS/LFS/MFS
[unix-history] / usr / src / sbin / shutdown / pathnames.h
CommitLineData
0a4b58e4
KB
1/*
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
d60d530a 5 * %sccs.include.redist.c%
0a4b58e4 6 *
d60d530a 7 * @(#)pathnames.h 5.5 (Berkeley) %G%
0a4b58e4
KB
8 */
9
8421916b
KB
10#include <paths.h>
11
0a4b58e4 12#define _PATH_FASTBOOT "/fastboot"
7abf8d65 13#define _PATH_HALT "/sbin/halt"
7abf8d65
KB
14#define _PATH_REBOOT "/sbin/reboot"
15#define _PATH_WALL "/usr/bin/wall"