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.mcgre...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to