From a4b09cc15bea8f5d761f0dc1ec397a097a16e49c Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Tue, 5 Nov 2019 08:57:15 +0100 Subject: [PATCH] Clarify comment, _PATH_LOG applies to *sysklogd project* Signed-off-by: Joachim Nilsson --- src/syslog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/syslog.h b/src/syslog.h index b8a0123..b7ea768 100644 --- a/src/syslog.h +++ b/src/syslog.h @@ -38,11 +38,11 @@ #include /* - * Default on *BSD is /var/run/log, but on Linux systems with - * systemd/journald this is reserved and may already exist as - * a directory. For compatibility with GLIBC syslog API, for - * those who opt not to use this replacement API, we use the - * default/traditional Linux path /dev/log. + * Default on *BSD is /var/run/log, but on Linux systems with systemd + * (journald) this is reserved and may already exist as a directory. + * For compatibility with GLIBC syslog API, for those who opt not to + * use this replacement API, we use the default/traditional Linux path + * /dev/log in the sysklogd project. */ #ifndef __linux__ #define _PATH_LOG "/var/run/log"