diff options
author | 1999-02-03 04:34:06 +0000 | |
---|---|---|
committer | 1999-02-03 04:34:06 +0000 | |
commit | a42b84bfc9d4fb618522dbfbb2624468afde8b67 (patch) | |
tree | 47a50483bb37228c2797ff54626a32eb60f9fbc8 | |
parent | wrong ret type for write define (millert@) (diff) | |
download | wireguard-openbsd-a42b84bfc9d4fb618522dbfbb2624468afde8b67.tar.xz wireguard-openbsd-a42b84bfc9d4fb618522dbfbb2624468afde8b67.zip |
Add syslogd's paths.
-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/" |