public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2017-01-23 16:22 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2017-01-23 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b729900922e29e2e1822556985a7844093808c50
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 16:22:18 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 16:22:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7299009

app-admin/consul: remove su from logrotate config

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/consul/files/consul.logrotated | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-admin/consul/files/consul.logrotated b/app-admin/consul/files/consul.logrotated
index e27b8aa..ca958a5 100644
--- a/app-admin/consul/files/consul.logrotated
+++ b/app-admin/consul/files/consul.logrotated
@@ -1,5 +1,4 @@
 /var/log/consul/consul.log {
-	su consul consul
 	missingok
 	size 5M
 	rotate 3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2017-01-23 17:01 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2017-01-23 17:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3bcdeba639f732a956fa00841707f5026a5b3665
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 17:00:26 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 17:00:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcdeba6

app-admin/consul: fix duplicate command_args in openrc init script

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/consul/files/consul.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/consul/files/consul.initd b/app-admin/consul/files/consul.initd
index 1fb48d0..751d68c 100644
--- a/app-admin/consul/files/consul.initd
+++ b/app-admin/consul/files/consul.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 2015 Gentoo Foundation
+# Copyright 2015-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
 user=${user:-${SVCNAME}}
 
 command="/usr/bin/${SVCNAME}"
-command_args="agent -config-dir=/etc/consul.d ${command_args}"
+command_args="agent ${command_args:-config-dir=/etc/consul.d}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
 	--stdout /var/log/${SVCNAME}/${SVCNAME}.log \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2019-05-13 18:13 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2019-05-13 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     baf9ff024c21cd779df09e97c3c8e890270dca59
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 18:13:02 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 13 18:13:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf9ff02

app-admin/consul: update init script copyright

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/consul/files/consul.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/consul/files/consul.initd b/app-admin/consul/files/consul.initd
index cf30052542d..fb1c1c4529e 100644
--- a/app-admin/consul/files/consul.initd
+++ b/app-admin/consul/files/consul.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 2015-2017 Gentoo Foundation
+# Copyright 2015-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="consul agent"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2019-07-15 19:28 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2019-07-15 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5c2a9797a22be6e165bf1637e8942cbc45580c6c
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 17:05:31 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 19:25:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2a9797

app-admin/consul: remove GOMAXPROCS from init script

This hasn't been needed since consul-0.6.0:
https://github.com/hashicorp/consul/issues/1679

Signed-off-by: Austin English <austin.m.english <AT> sony.com>
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/consul/files/consul.initd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-admin/consul/files/consul.initd b/app-admin/consul/files/consul.initd
index fb1c1c4529e..6d04eb56430 100644
--- a/app-admin/consul/files/consul.initd
+++ b/app-admin/consul/files/consul.initd
@@ -4,7 +4,6 @@
 
 description="consul agent"
 extra_started_commands="reload"
-export GOMAXPROCS=${GOMAXPROCS:-2}
 group=${group:-${RC_SVCNAME}}
 user=${user:-${RC_SVCNAME}}
 pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2019-07-15 19:36 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2019-07-15 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     702b2efd3531fa4856d896132aad486557836d3d
Author:     Zac Medico <zachary.medico <AT> sony <DOT> com>
AuthorDate: Mon Jul 15 19:30:42 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 19:36:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702b2efd

app-admin/consul: remove GOMAXPROCS from conf.d file and systemd unit

This hasn't been needed since consul-0.6.0.

See: https://github.com/hashicorp/consul/issues/1679
Copyright: Sony Interactive Entertainment Inc.
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/consul/files/consul.confd   | 3 ---
 app-admin/consul/files/consul.service | 1 -
 2 files changed, 4 deletions(-)

diff --git a/app-admin/consul/files/consul.confd b/app-admin/consul/files/consul.confd
index b15e19c7701..d2ed781b383 100644
--- a/app-admin/consul/files/consul.confd
+++ b/app-admin/consul/files/consul.confd
@@ -5,6 +5,3 @@
 
 # extra arguments for the consul agent
 command_args="-config-dir=/etc/consul.d"
-
-# upstream strongly recommends > 1
-GOMAXPROCS=2

diff --git a/app-admin/consul/files/consul.service b/app-admin/consul/files/consul.service
index 967b30b3b32..be897bcf8e9 100644
--- a/app-admin/consul/files/consul.service
+++ b/app-admin/consul/files/consul.service
@@ -5,7 +5,6 @@ After=network-online.target
 
 [Service]
 User=consul
-Environment=GOMAXPROCS=2
 Environment=CONSUL_AGENT_OPTS="-config-dir=/etc/consul.d"
 ExecStart=/usr/bin/consul agent $CONSUL_AGENT_OPTS
 Restart=on-failure


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/
@ 2023-07-05 17:59 Zac Medico
  0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2023-07-05 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5850956620363933f9be7e84876465ceff960383
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 17:56:25 2023 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 17:59:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58509566

app-admin/consul: fix missing hyphen for default -config-dir

Reported-by: Yung Wood <yung.wood <AT> sony.com>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-admin/consul/files/consul.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/consul/files/consul.initd b/app-admin/consul/files/consul.initd
index 00a65695fa2b..22004ec346ab 100644
--- a/app-admin/consul/files/consul.initd
+++ b/app-admin/consul/files/consul.initd
@@ -9,7 +9,7 @@ user=${user:-${RC_SVCNAME}}
 pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
 rc_ulimit=${rc_ulimit-"-n 65536"}
 command="/usr/bin/${RC_SVCNAME}"
-command_args="agent ${command_args:-config-dir=/etc/consul.d}"
+command_args="agent ${command_args:--config-dir=/etc/consul.d}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
 	--stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-05 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 19:36 [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/files/ Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2023-07-05 17:59 Zac Medico
2019-07-15 19:28 Zac Medico
2019-05-13 18:13 Zac Medico
2017-01-23 17:01 Zac Medico
2017-01-23 16:22 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox