summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-10-30 12:30:51 +0100
committerMichał Górny <mgorny@gentoo.org>2018-11-10 19:15:45 +0100
commit15ff1a16f2efa8e216d297a6e39f74c696ae65cf (patch)
tree66eb3949c828d3b9198069c20384d5173e8c29ae /app-misc/lcdproc/files/lcdproc.initd
parentdev-libs/libugpio: New package (diff)
downloadgentoo-15ff1a16f2efa8e216d297a6e39f74c696ae65cf.tar.gz
gentoo-15ff1a16f2efa8e216d297a6e39f74c696ae65cf.tar.bz2
gentoo-15ff1a16f2efa8e216d297a6e39f74c696ae65cf.zip
app-misc/lcdproc: bump to version 0.5.9
Closes: https://bugs.gentoo.org/523462 Closes: https://bugs.gentoo.org/553252 Closes: https://bugs.gentoo.org/653580 Closes: https://bugs.gentoo.org/667800 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10075 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/lcdproc/files/lcdproc.initd')
-rw-r--r--app-misc/lcdproc/files/lcdproc.initd16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-misc/lcdproc/files/lcdproc.initd b/app-misc/lcdproc/files/lcdproc.initd
new file mode 100644
index 000000000000..bbeba4033c02
--- /dev/null
+++ b/app-misc/lcdproc/files/lcdproc.initd
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+instance="${SVCNAME}"
+name="LCDProc (${instance})"
+pidfile="/run/${instance}.pid"
+
+command="/usr/bin/lcdproc"
+command_args="-c /etc/${instance}.conf"
+
+depend() {
+ after ntp-client
+ use LCDd
+ use net
+}