summaryrefslogtreecommitdiff
path: root/databases/puppetdb4/files/patch-ext_config_request-logging.xml
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-03-03 11:43:52 +0000
committerRene Ladan <rene@FreeBSD.org>2019-03-03 11:43:52 +0000
commitbc28e52bd8702af7148a063e69c24851610e1040 (patch)
tree4a487742b1507ba6929d6b4e9632f53b0e86a87d /databases/puppetdb4/files/patch-ext_config_request-logging.xml
parentdevel/pycharm-ce: Update to version 2018.3.5 (diff)
Remove expired ports:
2019-02-28 devel/uboot-mkimage: Use sysutils/u-boot-tools 2019-02-28 graphics/clutter-gtk: 0.10.x is unmaintained upstream and unused in the ports tree 2019-02-28 databases/puppetdb4: Puppet 4 has reached EOL 2019-02-28 sysutils/puppet4: Puppet 4 has reached EOL 2019-02-28 sysutils/puppetserver: Puppet 4 has reached EOL 2019-02-28 www/qupzilla-qt5: Project continues as www/falkon 2019-02-28 databases/puppetdb-terminus4: Puppet 4 has reached EOL 2019-03-01 sysutils/bacula-client: Unsupported. Please migrate to bacula9-server 2019-03-01 net-mgmt/nagios-check_bacula: Unsupported. Please migrate to bacula9-server 2019-03-01 security/kc: Versions 2.4.x use incompatible database format 2019-03-01 sysutils/bacula-server: Unsupported. Please migrate to bacula9-server 2019-03-01 sysutils/bacula-docs: Unsupported. Please migrate to bacula9-docs 2019-03-01 sysutils/bacula-client-static: Unsupported. Please migrate to bacula9-server 2019-03-01 sysutils/bacula-bat: Unsupported. Please migrate to bacula9-server
Notes
Notes: svn path=/head/; revision=494498
Diffstat (limited to 'databases/puppetdb4/files/patch-ext_config_request-logging.xml')
-rw-r--r--databases/puppetdb4/files/patch-ext_config_request-logging.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/puppetdb4/files/patch-ext_config_request-logging.xml b/databases/puppetdb4/files/patch-ext_config_request-logging.xml
deleted file mode 100644
index 51b90d0e844e..000000000000
--- a/databases/puppetdb4/files/patch-ext_config_request-logging.xml
+++ /dev/null
@@ -1,14 +0,0 @@
---- ext/config/request-logging.xml.orig 2017-04-24 12:32:16.604464262 -0700
-+++ ext/config/request-logging.xml 2017-04-24 12:32:46.404637027 -0700
-@@ -1,9 +1,9 @@
- <configuration debug="false">
- <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
-- <file>/var/log/puppetlabs/puppetdb/puppetdb-access.log</file>
-+ <file>/var/log/puppetdb/puppetdb-access.log</file>
- <append>true</append>
- <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
-- <fileNamePattern>/var/log/puppetlabs/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
-+ <fileNamePattern>/var/log/puppetdb/puppetdb-access-%d{yyyy-MM-dd}.%i.log.gz</fileNamePattern>
- <!-- each file should be at most 200MB, keep 90 days worth of history, but at most 1GB total-->
- <maxFileSize>200MB</maxFileSize>
- <maxHistory>90</maxHistory>