fixed the under development line
[unix-history] / usr / src / sbin / init / pathnames.h
CommitLineData
284ed8f8 1/*-
1250ce59
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
ea8ae019 4 *
284ed8f8 5 * This code is derived from software contributed to Berkeley by
fc58d3fd 6 * Donn Seeley at Berkeley Software Design, Inc.
284ed8f8 7 *
70ab3c27 8 * %sccs.include.redist.c%
ea8ae019 9 *
1250ce59 10 * @(#)pathnames.h 8.1 (Berkeley) %G%
ea8ae019
KB
11 */
12
7abf8d65
KB
13#include <paths.h>
14
284ed8f8
KM
15#define _PATH_SLOGGER "/sbin/session_logger"
16#define _PATH_RUNCOM "/etc/rc"