Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-02 Thread Marco d'Itri
On Dec 02, Ramkumar Ramachandra artag...@gmail.com wrote: Could you apply this fix? No, it's wrong. -- ciao, Marco signature.asc Description: Digital signature

Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-02 Thread Ramkumar Ramachandra
Hi Marco, Marco d'Itri wrote: On Dec 02, Ramkumar Ramachandra artag...@gmail.com wrote: Could you apply this fix? No, it's wrong. Oh, I'm sorry then. Kindly do whatever you think is appropriate. -- Ram -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-01 Thread Sedat Dilek
Hi, I pinged Marco on #systemd on 23-Nov-2011, but got no answer. I can *confirm* this bug has stolen also my time, not much, but anyway, the fix is trivial by checking Debian's BTS and changed /lib/systemd/system/udev.service file accordingly. Just FYI, the problem occured here with systemd not

Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-01 Thread Marco d'Itri
On Dec 01, Sedat Dilek sedat.di...@googlemail.com wrote: Marco, can you explain why there is still no upload? I am lazy and I like to annoy systemd users. -- ciao, Marco signature.asc Description: Digital signature

Bug#649175: udev: systemd service file has incorrect udevd path

2011-12-01 Thread Ramkumar Ramachandra
Retag 649175 + patch Hi Marco, Could you apply this fix? --- a/rules +++ b/rules @@ -109,7 +109,7 @@ $D/lib/udev/ cp extra/hotplug.functions $D/lib/udev/ - mv $D/lib/udev/udevd $D/sbin/ + ln -s $D/lib/udev/udevd $D/sbin/udevd cd $D/lib/udev/rules.d/

Bug#649175: udev: systemd service file has incorrect udevd path

2011-11-18 Thread James McCoy
Package: udev Version: 175-1 Severity: important 175-1 moved udevd from /lib/udev to /sbin, however the udev.service file has ExecStart=/lib/udev/udevd. This breaks (re)starting udev on systems using systemd. $ diff -u udev-172/debian/rules udev-175/debian/rules | grep udevd + mv