r4538 - vdr/vdr/trunk/debian
Tobias Grimm
tiber-guest at alioth.debian.org
Fri May 4 21:24:28 UTC 2007
Author: tiber-guest
Date: 2007-05-04 21:24:27 +0000 (Fri, 04 May 2007)
New Revision: 4538
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/vdr.groups
vdr/vdr/trunk/debian/vdr.postinst
Log:
* vdr will no longer be added to the group cdrom by default. This has to be
done by the plugin, using the vdr-groups.sh script introduced in this
version
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2007-05-04 21:15:03 UTC (rev 4537)
+++ vdr/vdr/trunk/debian/changelog 2007-05-04 21:24:27 UTC (rev 4538)
@@ -13,6 +13,9 @@
just new version numbers)
* Added Portuguese debconf translations (closes: #415495)
* Added vdr maintenance patch 1.4.6-1 and modified 15_dvbplayer.dpatch
+ * vdr will no longer be added to the group cdrom by default. This has to be
+ done by the plugin, using the vdr-groups.sh script introduced in this
+ version
[ Thomas Günther ]
* Removed debug logs in 17_epg-conv-iso6937.dpatch
@@ -22,7 +25,7 @@
user vdr to be a member in additional system groups, see README.Debian
for additional information
- -- Tobias Grimm <tg at e-tobi.net> Tue, 1 May 2007 21:41:27 +0200
+ -- Tobias Grimm <tg at e-tobi.net> Fri, 4 May 2007 23:22:46 +0200
vdr (1.4.6-1) experimental; urgency=low
Modified: vdr/vdr/trunk/debian/vdr.groups
===================================================================
--- vdr/vdr/trunk/debian/vdr.groups 2007-05-04 21:15:03 UTC (rev 4537)
+++ vdr/vdr/trunk/debian/vdr.groups 2007-05-04 21:24:27 UTC (rev 4538)
@@ -1,4 +1,3 @@
-# vdr should be in the groups vdr, video and cdrom
+# vdr should be in the groups vdr and video
vdr
video
-cdrom
Modified: vdr/vdr/trunk/debian/vdr.postinst
===================================================================
--- vdr/vdr/trunk/debian/vdr.postinst 2007-05-04 21:15:03 UTC (rev 4537)
+++ vdr/vdr/trunk/debian/vdr.postinst 2007-05-04 21:24:27 UTC (rev 4538)
@@ -130,10 +130,6 @@
# put vdr in group video so that it can access the DVB device nodes
adduser $USER video > /dev/null || true
- # put vdr in group cdrom so that it can access the cdrom and dvd
- # device nodes
- adduser $USER cdrom > /dev/null || true
-
# ensure that vdr's config and recording files are correctly owned
[ -e /var/lib/video ] && chown -R $USER:$GROUP /var/lib/video/
if [ -e /var/lib/vdr ] ; then
More information about the pkg-vdr-dvb-changes
mailing list