/dev/log ==> /var/run/syslog.socket
This way, /dev can be made read-only on diskless clients (/dev/log was the last item created dynamically; /dev/printer moved to /var/run/printer long ago).
This commit is contained in:
parent
3f7861830b
commit
beac0bf201
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: syslog.h,v 1.18 1998/09/09 12:37:35 kleink Exp $ */
|
||||
/* $NetBSD: syslog.h,v 1.19 1999/03/15 16:46:13 is Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1988, 1993
|
||||
|
@ -38,7 +38,7 @@
|
|||
#ifndef _SYS_SYSLOG_H_
|
||||
#define _SYS_SYSLOG_H_
|
||||
|
||||
#define _PATH_LOG "/dev/log"
|
||||
#define _PATH_LOG "/var/run/syslog.socket"
|
||||
|
||||
/*
|
||||
* priorities/facilities are encoded into a single 32-bit quantity, where the
|
||||
|
|
Loading…
Reference in New Issue