/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:
is 1999-03-15 16:46:13 +00:00
parent 3f7861830b
commit beac0bf201
1 changed files with 2 additions and 2 deletions

View File

@ -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