From 199f30f23d5c14980790f0f17bdd7277fde2eda6 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 19 Mar 1999 00:15:45 +0000 Subject: [PATCH] change pathname to /var/run/log as in FreeBSD. discussed with ig. --- sys/sys/syslog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 1753e943dd6a..14f8e06dc2f4 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -1,4 +1,4 @@ -/* $NetBSD: syslog.h,v 1.19 1999/03/15 16:46:13 is Exp $ */ +/* $NetBSD: syslog.h,v 1.20 1999/03/19 00:15:45 perry Exp $ */ /* * Copyright (c) 1982, 1986, 1988, 1993 @@ -38,7 +38,7 @@ #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ -#define _PATH_LOG "/var/run/syslog.socket" +#define _PATH_LOG "/var/run/log" /* * priorities/facilities are encoded into a single 32-bit quantity, where the