1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

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:
Brad Davis 2018-08-25 20:19:16 +00:00
parent 49bfa624ac
commit f1722afc8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338319

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