xref: /original-bsd/sbin/init/pathnames.h (revision 155be1a3)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Donn Seeley at UUNET Technologies, Inc.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)pathnames.h	6.1 (Berkeley) 07/02/91
11  */
12 
13 #include <paths.h>
14 
15 #define	_PATH_SLOGGER	"/sbin/session_logger"
16 #define	_PATH_RUNCOM	"/etc/rc"
17