[SCM] mpd-sima/master: Fixes group ownership typo in init script

kaliko-guest at users.alioth.debian.org kaliko-guest at users.alioth.debian.org
Fri Feb 10 14:50:50 UTC 2012


The following commit has been merged in the master branch:
commit e22b8b733b976504f828b0ba3be440d5ac570606
Author: Geoffroy Youri Berret <efrim at azylum.org>
Date:   Fri Feb 10 15:34:31 2012 +0100

    Fixes group ownership typo in init script
    
    Git-Dch: Ignore

diff --git a/debian/mpd-sima.init b/debian/mpd-sima.init
index 947876d..29ef33c 100755
--- a/debian/mpd-sima.init
+++ b/debian/mpd-sima.init
@@ -76,7 +76,7 @@ do_start()
     # Controling presence of $VARDIR
     if [ ! -d "$VARDIR" ]; then
         mkdir -m 0775 $VARDIR
-        chown $USER:audio $VARDIR
+        chown $USER:$USER $VARDIR
     fi
     start-stop-daemon --start --chuid $USER --quiet --exec $DAEMON -- $DAEMON_ARGS || return 2
     chown $USER $PIDFILE

-- 
mpd-sima packaging



More information about the pkg-multimedia-commits mailing list