pulseaudio* : fix the adding of pulse to audio group, busybox does this
authorGraeme Gregory <dp@xora.org.uk>
Tue, 26 Feb 2008 17:58:17 +0000 (17:58 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 26 Feb 2008 17:58:17 +0000 (17:58 +0000)
arse about tit.

packages/pulseaudio/pulse.inc
packages/pulseaudio/pulseaudio_0.9.6.bb
packages/pulseaudio/pulseaudio_0.9.9.bb

index 7f7f205..4b13980 100644 (file)
@@ -84,7 +84,7 @@ pkg_postinst_${PN}-server() {
         grep -q pulse: /etc/passwd || \
             adduser --disabled-password --home=/var/run/pulse --system \
                     --ingroup pulse --no-create-home -g "Pulse audio daemon" pulse
-        adduser pulse audio
+        addgroup pulse audio
         /etc/init.d/populate-volatile.sh update
 }
 
index b884c27..7e63b61 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI += "\
   file://fix-dbus-without-hal.patch;patch=1 \
 "            
 
-PR = "r2"
+PR = "r3"
 
 # problems w/ pulseaudio 0.9.9 atm:
 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)