summaryrefslogtreecommitdiffstats
path: root/sys/sys/syslog.h
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-03-28 18:29:14 +0000
committerscrappy <scrappy@FreeBSD.org>1996-03-28 18:29:14 +0000
commitabe7f073d9f2b33d474721c03f3fa224c43e7fd7 (patch)
tree47453aa20bcd5007f50fe2376dfc4c2318149cfa /sys/sys/syslog.h
parentd163509006c98c0e56737e836ef365dc38805134 (diff)
downloadFreeBSD-src-abe7f073d9f2b33d474721c03f3fa224c43e7fd7.zip
FreeBSD-src-abe7f073d9f2b33d474721c03f3fa224c43e7fd7.tar.gz
Back out change of log from being in /var/run to back in /dev
Diffstat (limited to 'sys/sys/syslog.h')
-rw-r--r--sys/sys/syslog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h
index 165533f..16751e5f 100644
--- a/sys/sys/syslog.h
+++ b/sys/sys/syslog.h
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*
* @(#)syslog.h 8.1 (Berkeley) 6/2/93
- * $Id: syslog.h,v 1.4 1994/08/21 04:42:00 paul Exp $
+ * $Id: syslog.h,v 1.5 1996/03/28 14:35:37 scrappy Exp $
*/
#ifndef _SYS_SYSLOG_H_
#define _SYS_SYSLOG_H_
-#define _PATH_LOG "/var/run/log"
+#define _PATH_LOG "/dev/log"
/*
* priorities/facilities are encoded into a single 32-bit quantity, where the
OpenPOWER on IntegriCloud