Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c031960e8a987a1012522ec893b3aead8fe89b9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c031960e8a987a1012522ec893b3aead8fe89b9d)
  • Date: Thu, 21 Jan 2010 16:58:09 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-players/mpd/FINAL | 10 +---------
audio-players/mpd/HISTORY | 3 +++
2 files changed, 4 insertions(+), 9 deletions(-)

New commits:
commit c031960e8a987a1012522ec893b3aead8fe89b9d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpd: don't install empty logfile

diff --git a/audio-players/mpd/FINAL b/audio-players/mpd/FINAL
index 3f3ab11..8ab5c91 100755
--- a/audio-players/mpd/FINAL
+++ b/audio-players/mpd/FINAL
@@ -1,20 +1,12 @@
-# If the user chose to install init script
+# If the user chose to install init script
# we do what mpd need to run as a service correctly
if [[ $INIT_INSTALLED ]]; then
local MPD_LIB="${INSTALL_ROOT}/var/lib/mpd" &&
local MPD_DIRS="${MPD_LIB}/music ${MPD_LIB}/playlists" &&
- local MPD_FILES="${INSTALL_ROOT}/var/log/mpd.log" &&
for dir in "${MPD_LIB} ${MPD_DIRS}"; do
if [[ ! -r ${dir} ]]; then
mkdir -p ${dir} &&
chown musicdaemon:audio ${dir}
fi
- done &&
-
- for file in ${MPD_FILES}; do
- if [[ ! -r ${file} ]]; then
- touch ${file} &&
- chown musicdaemon:audio ${file}
- fi
done
fi
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 19073c2..eaab906 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2010-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * FINAL: don't install rubbish (mpd.log), even it can be syslog
setting
+
2010-01-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15.8




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c031960e8a987a1012522ec893b3aead8fe89b9d), Vlad Glagolev, 01/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page