svn commit: r338319 - head/usr.sbin/syslogd

Brad Davis brd at FreeBSD.org
Sat Aug 25 20:19:17 UTC 2018


Author: brd
Date: Sat Aug 25 20:19:16 2018
New Revision: 338319
URL: https://svnweb.freebsd.org/changeset/base/338319

Log:
  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 at usask.ca>
  Approved by:	re (rgrimes)

Modified:
  head/usr.sbin/syslogd/Makefile

Modified: head/usr.sbin/syslogd/Makefile
==============================================================================
--- head/usr.sbin/syslogd/Makefile	Sat Aug 25 19:38:08 2018	(r338318)
+++ head/usr.sbin/syslogd/Makefile	Sat Aug 25 20:19:16 2018	(r338319)
@@ -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


More information about the svn-src-head mailing list