* [gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/files/
@ 2020-04-23 6:34 Georgy Yakovlev
0 siblings, 0 replies; only message in thread
From: Georgy Yakovlev @ 2020-04-23 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 46d6fb2e07d65a8e4aee821476cabd875b45e691
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Apr 22 16:05:54 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 06:33:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d6fb2e
sys-power/intel-undervolt: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/15472
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-power/intel-undervolt/files/confd | 1 -
sys-power/intel-undervolt/files/initd | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/sys-power/intel-undervolt/files/confd b/sys-power/intel-undervolt/files/confd
deleted file mode 100644
index 0911f6a5899..00000000000
--- a/sys-power/intel-undervolt/files/confd
+++ /dev/null
@@ -1 +0,0 @@
-# /etc/conf.d/intel-undervolt: config file for /etc/init.d/intel-undervolt
diff --git a/sys-power/intel-undervolt/files/initd b/sys-power/intel-undervolt/files/initd
deleted file mode 100644
index 0a43656ea79..00000000000
--- a/sys-power/intel-undervolt/files/initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- after thermald
-}
-
-command="/usr/bin/intel-undervolt"
-command_args="daemon"
-command_background="true"
-pidfile="/run/${RC_SVCNAME}.pid"
-required_files="/etc/intel-undervolt.conf"
-
-start_pre() {
- if service_started thermald; then
- eerror "thermald conflits with ${RC_SVCNAME}, exiting"
- fi
-
- ebegin "${RC_SVCNAME} -> apply initial voltage"
- "${command}" apply
- eend $?
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-23 6:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-23 6:34 [gentoo-commits] repo/gentoo:master commit in: sys-power/intel-undervolt/files/ Georgy Yakovlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox