From f1722afc8df6606b3610b247b1fc7d4c86851ed2 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 25 Aug 2018 20:19:16 +0000 Subject: [PATCH] Remove trailing slash in pathname so that valid METALOG is created in the NO_ROOT case of make packages. Submitted by: Dan McGregor Approved by: re (rgrimes) --- usr.sbin/syslogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/syslogd/Makefile b/usr.sbin/syslogd/Makefile index c54bc895ff4..8e1e94c9dda 100644 --- a/usr.sbin/syslogd/Makefile +++ b/usr.sbin/syslogd/Makefile @@ -21,7 +21,7 @@ CFLAGS+= -DINET6 .endif SYSLOGD_D= -SYSLOGD_DDIR= /etc/syslog.d/ +SYSLOGD_DDIR= /etc/syslog.d .if ${MK_FTP} != "no" SYSLOGD_D+= ftp.conf .endif