diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-07-05 11:04:31 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-07-05 11:04:52 +0200 |
commit | 09c05e179fe478091ebb7715d37462589010de8f (patch) | |
tree | 6de49762d5200e0cc395d79094ee37efd5976b09 /sysutils/puppet5/files/patch-ext__rack__config.ru | |
parent | games/NBlood: fix build on powerpc (diff) |
cleanup: Remove expired ports:
2021-07-01 databases/puppetdb5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppet5: Puppet 5 has reached EOL
2021-07-01 sysutils/puppetserver5: Puppet 5 has reached EOL
2021-07-01 databases/puppetdb-terminus5: Puppet 5 has reached EOL
Diffstat (limited to 'sysutils/puppet5/files/patch-ext__rack__config.ru')
-rw-r--r-- | sysutils/puppet5/files/patch-ext__rack__config.ru | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/puppet5/files/patch-ext__rack__config.ru b/sysutils/puppet5/files/patch-ext__rack__config.ru deleted file mode 100644 index 51facb111557..000000000000 --- a/sysutils/puppet5/files/patch-ext__rack__config.ru +++ /dev/null @@ -1,19 +0,0 @@ ---- ext/rack/config.ru.orig 2015-08-09 23:14:59 UTC -+++ ext/rack/config.ru -@@ -14,11 +14,11 @@ ARGV << "--rack" - # Rack applications typically don't start as root. Set --confdir, --vardir, - # --logdir, --rundir to prevent reading configuration from - # ~/ based pathing. --ARGV << "--confdir" << "/etc/puppetlabs/puppet" --ARGV << "--vardir" << "/opt/puppetlabs/server/data/puppetmaster" --ARGV << "--logdir" << "/var/log/puppetlabs/puppetmaster" --ARGV << "--rundir" << "/var/run/puppetlabs/puppetmaster" --ARGV << "--codedir" << "/etc/puppetlabs/code" -+ARGV << "--confdir" << "%%PREFIX%%/etc/puppet" -+ARGV << "--vardir" << "/var/puppet" -+ARGV << "--logdir" << "/var/log/puppet" -+ARGV << "--rundir" << "/var/run/puppet" -+ARGV << "--codedir" << "%%PREFIX%%/etc/puppet" - - # always_cache_features is a performance improvement and safe for a master to - # apply. This is intended to allow agents to recognize new features that may be |