From: Jan Willies Date: Mon, 14 Nov 2011 08:27:25 +0000 (+0000) Subject: [packages] pulseaudio: fix running as pulse user X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f5e897e9c9b0e93062bef2ec308ad6cf056a693a;p=openwrt%2Fsvn-archive%2Farchive.git [packages] pulseaudio: fix running as pulse user SVN-Revision: 29104 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 266c5ba19b..067cfe5d71 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=1.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ @@ -218,10 +218,6 @@ define Package/pulseaudio-daemon-avahi/install $(INSTALL_CONF) \ $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/pulseaudio-system.conf \ $(1)/etc/dbus-1/system.d/pulseaudio-system.conf - - $(SED) \ - 's/user="pulse"/user="root"/' \ - $(1)/etc/dbus-1/system.d/pulseaudio-system.conf endef define Package/pulseaudio-tools/install