pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/rsyslog



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 23:39:13 UTC 2020

Modified Files:
        pkgsrc/sysutils/rsyslog: Makefile

Log Message:
sysutils/rsyslog: remove syslog.c from path substitution

That file has neither @-placeholders nor /etc.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/rsyslog/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/rsyslog/Makefile
diff -u pkgsrc/sysutils/rsyslog/Makefile:1.23 pkgsrc/sysutils/rsyslog/Makefile:1.24
--- pkgsrc/sysutils/rsyslog/Makefile:1.23       Sun Mar  8 16:51:22 2020
+++ pkgsrc/sysutils/rsyslog/Makefile    Sun Mar 22 23:39:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 23:39:13 rillig Exp $
 #
 
 BUILDLINK_DEPMETHOD.libestr=   full
@@ -47,10 +47,11 @@ OWN_DIRS+=          ${RSYSLOG_PIDDIR} ${RSYSLOG_
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     platform/redhat/rsyslog.conf tools/rsyslog.conf.5
-SUBST_FILES.paths+=    tools/rsyslogd.8 tools/rsyslogd.c tools/syslogd.c
+SUBST_FILES.paths+=    tools/rsyslogd.8 tools/rsyslogd.c
 SUBST_VARS.paths=      RSYSLOG_PIDDIR RSYSLOG_SYSMOD
 SUBST_SED.paths=       -e "s|/etc|${PKG_SYSCONFDIR}|g"
 SUBST_MESSAGE.paths=   Setting default paths and options.
+# FIXME: This also replaces /etc/timezone, which is probably unintended.
 
 SUBST_CLASSES.Darwin+= ldargs
 SUBST_STAGE.ldargs=    pre-configure



Home | Main Index | Thread Index | Old Index