summaryrefslogtreecommitdiff
path: root/dev-python/mpdlcd/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-python/mpdlcd/files
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-python/mpdlcd/files')
-rw-r--r--dev-python/mpdlcd/files/mpdlcd.confd5
-rw-r--r--dev-python/mpdlcd/files/mpdlcd.initd15
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/mpdlcd/files/mpdlcd.confd b/dev-python/mpdlcd/files/mpdlcd.confd
deleted file mode 100644
index c7813cb0dea4..000000000000
--- a/dev-python/mpdlcd/files/mpdlcd.confd
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Options for your started MPDlcd
-# MPDLCD_OPTS="--mpd=mpd.example.org:1234 --lcdproc=lcd.example.org:456 --syslog --syslog-facility=user2 --loglevel=debug --lcdd-debug"
diff --git a/dev-python/mpdlcd/files/mpdlcd.initd b/dev-python/mpdlcd/files/mpdlcd.initd
deleted file mode 100644
index c1e5bc7e1a3d..000000000000
--- a/dev-python/mpdlcd/files/mpdlcd.initd
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-name="MPDlcd"
-description="A small adapter which will display the status of a MPD server on a LCDproc screen"
-pidfile="/run/mpdlcd.pid"
-
-command="/usr/bin/mpdlcd"
-command_args="${MPDLCD_OPTS}"
-command_background="true"
-
-depend() {
- need net
-}