summaryrefslogtreecommitdiffstats
path: root/sys/sys/syslog.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-10-23 20:17:57 +0000
committerjulian <julian@FreeBSD.org>1996-10-23 20:17:57 +0000
commitb9fc5c00e59d52cfef8c165e6a7db0fb77338e50 (patch)
treef7816c581db6e00bc12246c3dac05c8d0b627c85 /sys/sys/syslog.h
parent4efe54c82944db41f906033ed7dd3f733cd641db (diff)
downloadFreeBSD-src-b9fc5c00e59d52cfef8c165e6a7db0fb77338e50.zip
FreeBSD-src-b9fc5c00e59d52cfef8c165e6a7db0fb77338e50.tar.gz
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.
Diffstat (limited to 'sys/sys/syslog.h')
-rw-r--r--sys/sys/syslog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h
index 16751e5f..81efbbb 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
OpenPOWER on IntegriCloud