Revision: 26724 http://sourceforge.net/p/gar/code/26724 Author: dmichelsen Date: 2021-01-05 15:25:18 +0000 (Tue, 05 Jan 2021) Log Message: ----------- rsyslog/trunk: Relocate configuration to /etc/opt/csw/rsyslog.conf
Modified Paths: -------------- csw/mgar/pkg/rsyslog/trunk/Makefile Modified: csw/mgar/pkg/rsyslog/trunk/Makefile =================================================================== --- csw/mgar/pkg/rsyslog/trunk/Makefile 2021-01-04 21:29:42 UTC (rev 26723) +++ csw/mgar/pkg/rsyslog/trunk/Makefile 2021-01-05 15:25:18 UTC (rev 26724) @@ -41,6 +41,12 @@ # This is the SMF DTD CHECKPKG_OVERRIDES_CSWrsyslog += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/cswrsyslogd.xml +# For configuration file location rsyslog.conf +REINPLACEMENTS += etc +REINPLACE_MATCH_etc = /etc +REINPLACE_WITH_etc = /etc/opt/csw +REINPLACE_FILES_etc += tools/rsyslog.conf.5 + # GARCOMPILER = GNU GARCOMPILER = SOS12U4 @@ -106,7 +112,7 @@ # CONFIGURE_ARGS += --enable-omhttpfs CONFIGURE_ARGS += --enable-generate-man-pages -EXTRA_CPPFLAGS += -D_PATH_LOGCONF=\\\"$(sysconfdir)/rsyslog.conf\\\" +EXTRA_CPPFLAGS += -DPATH_CONFFILE=\\\"$(sysconfdir)/rsyslog.conf\\\" PRESERVECONF += $(sysconfdir)/rsyslog.conf This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.