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