From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/restart_services/
Date: Mon, 7 Sep 2015 14:14:15 +0000 (UTC) [thread overview]
Message-ID: <1441635243.2a30d4dfbe3f47f57e6e4e7937d9154bc5adec9e.mschiff@gentoo> (raw)
commit: 2a30d4dfbe3f47f57e6e4e7937d9154bc5adec9e
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 14:11:48 2015 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 14:14:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a30d4df
app-admin/restart_services: minor default config change
enable /etc/restart_services.d/*.conf by default
Fixes bug #558006
.../restart_services-0.13.0-r1.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/app-admin/restart_services/restart_services-0.13.0-r1.ebuild b/app-admin/restart_services/restart_services-0.13.0-r1.ebuild
new file mode 100644
index 0000000..87fa490
--- /dev/null
+++ b/app-admin/restart_services/restart_services-0.13.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Tool to manage OpenRC services that need to be restarted"
+HOMEPAGE="https://dev.gentoo.org/~mschiff/restart_services/"
+SRC_URI="https://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ app-admin/lib_users
+ sys-apps/openrc
+"
+
+src_install() {
+ dosbin restart_services
+ doman restart_services.1
+ keepdir /etc/restart_services.d
+ insinto /etc
+ doins restart_services.conf
+ dodoc README CHANGES
+
+ sed -i 's/^#include/include/' "${D}"/etc/restart_services.conf
+ cat>"${D}"/etc/restart_services.d/00-local.conf<<-EOF
+ # You may put your local changes here or in any other *.conf file
+ # in this directory so you can leave /etc/restart_services.conf as is.
+ # Example:
+ # *extend* SV_ALWAYS to match 'myservice'
+ # SV_ALWAYS+=( myservice )
+ EOF
+}
next reply other threads:[~2015-09-07 14:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-07 14:14 Marc Schiffbauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-07 2:00 [gentoo-commits] repo/gentoo:master commit in: app-admin/restart_services/ Marc Schiffbauer
2015-12-07 2:00 Marc Schiffbauer
2015-12-07 2:00 Marc Schiffbauer
2015-12-07 2:00 Marc Schiffbauer
2015-09-03 0:36 Marc Schiffbauer
2015-08-15 0:27 Marc Schiffbauer
2015-08-15 0:27 Marc Schiffbauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441635243.2a30d4dfbe3f47f57e6e4e7937d9154bc5adec9e.mschiff@gentoo \
--to=mschiff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox