Remove trailing slash in pathname so that valid METALOG is created in the

NO_ROOT case of make packages.

Submitted by:	Dan McGregor <dan.mcgregor@usask.ca>
Approved by:	re (rgrimes)
This commit is contained in:
brd 2018-08-25 20:19:16 +00:00
parent 3799d78beb
commit 4990877585

View File

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