public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/files/
@ 2019-12-31 16:44 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2019-12-31 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d629805c7a48330a59c7f0672720c469ca8580db
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Dec 31 07:21:27 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:43:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629805c

app-misc/lcd4linux: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/14195
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/lcd4linux/files/lcd4linux-r1.initd | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/app-misc/lcd4linux/files/lcd4linux-r1.initd b/app-misc/lcd4linux/files/lcd4linux-r1.initd
deleted file mode 100644
index 44ca73e9aab..00000000000
--- a/app-misc/lcd4linux/files/lcd4linux-r1.initd
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-if [ "${SVCNAME}" = "lcd4linux" ]; then
-	config="/etc/lcd4linux/lcd4linux.conf"
-	name="LCD4Linux"
-	pidfile="/run/lcd4linux.pid"
-else
-	config="/etc/lcd4linux/lcd4linux.${SVCNAME#lcd4linux.}.conf"
-	name="LCD4Linux (${SVCNAME#lcd4linux.})"
-	pidfile="/run/lcd4linux.${SVCNAME#lcd4linux.}.pid"
-fi
-
-command="/usr/bin/lcd4linux"
-command_args="-f ${config} -p ${pidfile}"
-command_background="true"
-command_group="root"
-command_user="root"
-
-start_pre() {
-	if [ ! -f "${config}" ]; then
-		eerror "Please create ${config} before starting LCD4Linux!"
-		return 1
-	else
-		checkpath -f -m 600 -o "${command_user}:${command_group}" -q "${config}"
-		return 0
-	fi
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-31 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-31 16:44 [gentoo-commits] repo/gentoo:master commit in: app-misc/lcd4linux/files/ Conrad Kostecki

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