diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-03 04:34:07 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-03 04:34:07 +0000 |
commit | 3793ccef84e83fe26f54998fd2819033496d243e (patch) | |
tree | 546ee885bcea00ba90b2f6b5146e2d8c6d57fdcd /include/paths.h | |
parent | 156a7f64e33b47f553ec9bfddbfd42b0fa2ed65f (diff) |
Add syslogd's paths.
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 86e93db8b3f..ad5fe5f6efe 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.14 1998/10/08 21:32:54 art Exp $ */ +/* $OpenBSD: paths.h,v 1.15 1999/02/03 04:34:06 angelos Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -52,10 +52,13 @@ #define _PATH_DEVNULL "/dev/null" #define _PATH_DRUM "/dev/drum" #define _PATH_FSIRAND "/sbin/fsirand" +#define _PATH_KLOG "/dev/klog" #define _PATH_KMEM "/dev/kmem" #define _PATH_KSYMS "/dev/ksyms" #define _PATH_KVMDB "/var/db/kvm_bsd.db" #define _PATH_LOCALE "/usr/share/locale" +#define _PATH_LOGCONF "/etc/syslog.conf" +#define _PATH_LOGPID "/var/run/syslog.pid" #define _PATH_MAILDIR "/var/mail" #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" @@ -69,6 +72,7 @@ #define _PATH_VI "/usr/bin/vi" #define _PATH_AFSD "/usr/libexec/afsd" + /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_BOOTDIR "/usr/mdec/" #define _PATH_DEV "/dev/" |