[Lunar-commits] <moonbase> udev: fixed 'no burner detected' in k3b if an user tries to burn cd or dvd in k3b app it lies there is no burner and makes [start] button inactive. (however *there is* working burner on system). After manually adding burn rights to sr* device the situation repeats with every inserted blank cd or dvd. This patch modifies udev rule set for sr* device(s) to allow any user to access burner.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Mar 30 22:23:28 CEST 2009
commit ef163f481d96d58b6545feafa3d54469e2240c7f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Mar 30 22:23:28 2009 +0200
udev: fixed 'no burner detected' in k3b
if an user tries to burn cd or dvd in k3b app it lies there is no burner and makes [start] button inactive.
(however *there is* working burner on system).
After manually adding burn rights to sr* device the situation repeats with every inserted blank cd or dvd.
This patch modifies udev rule set for sr* device(s) to allow any user to access burner.
When comparing to 138 udev rules patch, one redundant usb patch was removed.
---
filesys/udev/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/filesys/udev/DETAILS b/filesys/udev/DETAILS
index b33222f..781f800 100644
--- a/filesys/udev/DETAILS
+++ b/filesys/udev/DETAILS
@@ -1,17 +1,17 @@
MODULE=udev
VERSION=140
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=udev-138-rules.patch.bz2
+ SOURCE2=udev-140-rules.patch.bz2
SOURCE3=raid-devfs.sh-udev-088
SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/hotplug
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:603c34d413e983659650f41cc6b95141b6a0d029
- SOURCE2_VFY=sha1:9a71d1a136fa29fb86181bf20746c8c3938f3e98
+ SOURCE2_VFY=sha1:4b067494c6ccc8ebda585b0edfa2eab8b26b8ebb
SOURCE3_VFY=sha1:44a12035774c2b42b784267d38e61a34aa0b645b
WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
ENTERED=20040104
- UPDATED=20090313
+ UPDATED=20090330
MAINTAINER=moe at lunar-linux.org
SHORT="hotplug and device handling daemon"
More information about the Lunar-commits
mailing list