From 36be1f6be985422758260aac919ef741380f1bb0 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 23 Oct 1996 20:17:57 +0000 Subject: Reviewed by: various (mailing list feedback) Submitted by: whistle communications move the socket from /dev to /var/run by default TRANSITIONALLY make syslog add a symlink.. I PROMISE I'll remove that as soon as I have the makefiles etc fixed as well. --- sys/sys/syslog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index 16751e5f1452..81efbbb266c6 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -31,13 +31,14 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 - * $Id: syslog.h,v 1.5 1996/03/28 14:35:37 scrappy Exp $ + * $Id: syslog.h,v 1.6 1996/03/28 18:29:14 scrappy Exp $ */ #ifndef _SYS_SYSLOG_H_ #define _SYS_SYSLOG_H_ -#define _PATH_LOG "/dev/log" +#define _OLD_PATH_LOG "/dev/log" +#define _PATH_LOG "/var/run/log" /* * priorities/facilities are encoded into a single 32-bit quantity, where the -- cgit v1.2.3