From 9a59a8dcb48badafbcb2041d3f5b0bf375575c1b Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 17 Aug 2017 23:32:49 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: --- init.d/timidity | 20 -------------------- timidity.cfg | 24 ------------------------ 2 files changed, 44 deletions(-) delete mode 100755 init.d/timidity delete mode 100644 timidity.cfg diff --git a/init.d/timidity b/init.d/timidity deleted file mode 100755 index e3dac7fc..00000000 --- a/init.d/timidity +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/runscript - -depend() { - after alsasound esound -} - -start() { - ebegin "Starting TiMidity++ Virtual Midi Sequencer" - test -n "$TIMIDITY_PCM_NAME" && export TIMIDITY_PCM_NAME - start-stop-daemon --start --background --chdir /usr/share/timidity \ - --user timidity --group audio --make-pidfile --pidfile /var/run/timidity.pid \ - --exec /usr/bin/timidity -- -iA ${TIMIDITY_OPTS} - eend $? -} - -stop() { - ebegin "Stopping TiMidity++" - start-stop-daemon --stop --quiet --pidfile /var/run/timidity.pid - eend $? -} diff --git a/timidity.cfg b/timidity.cfg deleted file mode 100644 index 3923fb20..00000000 --- a/timidity.cfg +++ /dev/null @@ -1,24 +0,0 @@ -############################################################################## -# -# timidity-update core configuration file -# -# Easy process: -# -# 1. Change directory to patch directory -# 2. Source current/timidity.cfg -# -# Current patch set will always be symlinked to current, so make sure that the -# proper timidity.cfg is in there -# -# -# - source /usr/share/timidity -# - source ~/.timidity/current -# - Make ~/.timidity/current point to the current patch set, or to whatever -# the individual user sets -# - If ~/.timidity/current isn't found, it will try -# /usr/share/timidity/current -# - -dir /usr/share/timidity -dir ~/.timidity -source current/timidity.cfg -- 2.39.5