* [gentoo-commits] repo/gentoo:master commit in: app-admin/serf/files/
@ 2017-01-23 16:20 Zac Medico
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2017-01-23 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 649e2d2c53cf9d8dd708e348349e32fd4bfc7b88
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 16:19:17 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 16:20:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649e2d2c
app-admin/serf: remove su from logrotate config
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/serf/files/serf.logrotated | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-admin/serf/files/serf.logrotated b/app-admin/serf/files/serf.logrotated
index b4c778a..e35d733 100644
--- a/app-admin/serf/files/serf.logrotated
+++ b/app-admin/serf/files/serf.logrotated
@@ -1,5 +1,4 @@
/var/log/serf/serf.log {
- su serf serf
missingok
size 5M
rotate 3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/serf/files/
@ 2017-01-23 16:57 Zac Medico
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2017-01-23 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 48ee36cd30b2cfc46e6ea50108cd3b65f4b93c36
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 16:54:29 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 16:56:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ee36cd
app-admin/serf: fix duplicate command_args in openrc init script
Suggested-by: Manuel Rüger <mrueg <AT> gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/serf/files/serf.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/serf/files/serf.initd b/app-admin/serf/files/serf.initd
index ce69aea..bc3b963 100644
--- a/app-admin/serf/files/serf.initd
+++ b/app-admin/serf/files/serf.initd
@@ -10,7 +10,7 @@ pidfile=${pidfile:-"/run/${RC_SVCNAME}/${RC_SVCNAME}.pid"}
user=${user:-${RC_SVCNAME}}
command="/usr/bin/${RC_SVCNAME}"
-command_args="agent -config-dir=/etc/serf.d ${command_args}"
+command_args="agent ${command_args:-config-dir=/etc/serf.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] 2+ messages in thread
end of thread, other threads:[~2017-01-23 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 16:20 [gentoo-commits] repo/gentoo:master commit in: app-admin/serf/files/ Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2017-01-23 16:57 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox