From 069eab7c96532ab32ce62293f88b10aa8fd41a02 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Tue, 1 Sep 2009 12:04:26 +0200 Subject: [PATCH 1/1] rules: sound - do not use /usr/bin/env The C version of path_id does not look at the environment anymore, so there is no reason to empty it. --- rules/rules.d/78-sound-card.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/rules.d/78-sound-card.rules b/rules/rules.d/78-sound-card.rules index f851b46e0..1a9cea2b7 100644 --- a/rules/rules.d/78-sound-card.rules +++ b/rules/rules.d/78-sound-card.rules @@ -51,7 +51,7 @@ LABEL="skip_pci" ENV{ID_SERIAL}=="?*", ENV{ID_IFACE}=="?*", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_IFACE}" ENV{ID_SERIAL}=="?*", ENV{ID_IFACE}=="", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}" -ENV{ID_PATH}=="", IMPORT{program}="/usr/bin/env -i /lib/udev/path_id %p/controlC%n" +ENV{ID_PATH}=="", IMPORT{program}="path_id %p/controlC%n" # The values used here for $SOUND_FORM_FACTOR and $SOUND_CLASS should be kept # in sync with those defined for PulseAudio's src/pulse/proplist.h -- 2.30.2