From d4042ec35eecb0d417af438a3cb80cc5b7d53ae7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 03:45:30 +0200 Subject: generic userid: use the new USERID api recent changes in trunk allow us to specify the userid inside the openwrt makefile. the info is stored int he meta data of the IPK contorl file and users are generated by the new generic postinst trigger. Signed-off-by: John Crispin --- sound/pulseaudio/files/pulseaudio.init | 2 -- 1 file changed, 2 deletions(-) (limited to 'sound/pulseaudio/files/pulseaudio.init') diff --git a/sound/pulseaudio/files/pulseaudio.init b/sound/pulseaudio/files/pulseaudio.init index 336f3716a..1262b941e 100644 --- a/sound/pulseaudio/files/pulseaudio.init +++ b/sound/pulseaudio/files/pulseaudio.init @@ -8,8 +8,6 @@ USE_PROCD=1 PROG=/usr/bin/pulseaudio start_service() { - user_exists pulse 51 || user_add pulse 51 - group_exists pulse 51 || group_add pulse 51 [ -d /var/run/pulse ] || { mkdir -m 0755 -p /var/run/pulse chmod 0750 /var/run/pulse -- cgit v1.2.3