1*37299Sbostic /* 2*37299Sbostic * Copyright (c) 1989 The Regents of the University of California. 3*37299Sbostic * All rights reserved. 4*37299Sbostic * 5*37299Sbostic * Redistribution and use in source and binary forms are permitted 6*37299Sbostic * provided that the above copyright notice and this paragraph are 7*37299Sbostic * duplicated in all such forms and that any documentation, 8*37299Sbostic * advertising materials, and other materials related to such 9*37299Sbostic * distribution and use acknowledge that the software was developed 10*37299Sbostic * by the University of California, Berkeley. The name of the 11*37299Sbostic * University may not be used to endorse or promote products derived 12*37299Sbostic * from this software without specific prior written permission. 13*37299Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*37299Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*37299Sbostic * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*37299Sbostic * 17*37299Sbostic * @(#)pathnames.h 5.1 (Berkeley) 04/02/89 18*37299Sbostic */ 19*37299Sbostic 20*37299Sbostic #define _PATH_FASTBOOT "/fastboot" 21*37299Sbostic #define _PATH_HALT "/etc/halt" 22*37299Sbostic #define _PATH_NOLOGIN "/etc/nologin" 23*37299Sbostic #define _PATH_REBOOT "/etc/reboot" 24*37299Sbostic #define _PATH_WALL "/bin/wall" 25