Back out change of log from being in /var/run to back in /dev
This commit is contained in:
parent
d163509006
commit
abe7f073d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user