From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Gilbert Date: Fri, 22 May 2009 18:44:20 +0000 Subject: Re: Newer udev not performing %-substitutions on OWNER and GROUP Message-Id: <4A16F284.9050906@cs.cmu.edu> List-Id: References: <4A15BA25.7030100@cs.cmu.edu> In-Reply-To: <4A15BA25.7030100@cs.cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Kay Sievers wrote: > On Thu, May 21, 2009 at 22:31, Benjamin Gilbert wrote: >> I have a udev rule that sets the ownership of a device node based on the >> result of a PROGRAM run, e.g.: >> >> ..., PROGRAM="echo 1000", OWNER="%c" >> >> This works in Fedora 10 (udev-127) and Ubuntu 8.10 (udev-124) but not in >> Fedora Rawhide (udev-141) or Ubuntu 9.04 (udev-141). > > I guess this is the fix: > http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h5e40edc647d8ccfc27c9cd3163ab5dbf63ed6c Yep, thanks. --Benjamin Gilbert