r4551 - vdr/vdr/trunk/debian

Tobias Grimm tiber-guest at alioth.debian.org
Sun May 6 18:48:50 UTC 2007


Author: tiber-guest
Date: 2007-05-06 18:48:49 +0000 (Sun, 06 May 2007)
New Revision: 4551

Modified:
   vdr/vdr/trunk/debian/README.Debian
   vdr/vdr/trunk/debian/vdr.NEWS
   vdr/vdr/trunk/debian/vdr.groups
Log:
more documentation and news

Modified: vdr/vdr/trunk/debian/README.Debian
===================================================================
--- vdr/vdr/trunk/debian/README.Debian	2007-05-06 17:32:15 UTC (rev 4550)
+++ vdr/vdr/trunk/debian/README.Debian	2007-05-06 18:48:49 UTC (rev 4551)
@@ -243,6 +243,14 @@
 <plugin-name>.groups file. vdr will be removed from a group only, if no other
 plugin requires this group membership.
 
+In postinst a plugin should call:
+
+    /bin/sh /usr/lib/vdr/vdr-groups.sh --add vdr-plugin-foo
+    
+and in prerm:
+
+    /bin/sh /usr/lib/vdr/vdr-groups.sh --remove vdr-plugin-foo
+
 If you manually add vdr to a group, you must add the group to
 /etc/vdr/vdr.groups. If you don't do so, vdr may be removed from this group when
 uninstalling a plugin.

Modified: vdr/vdr/trunk/debian/vdr.NEWS
===================================================================
--- vdr/vdr/trunk/debian/vdr.NEWS	2007-05-06 17:32:15 UTC (rev 4550)
+++ vdr/vdr/trunk/debian/vdr.NEWS	2007-05-06 18:48:49 UTC (rev 4551)
@@ -1,3 +1,16 @@
+vdr (1.4.6-2) experimental; urgency=low
+
+  The script /usr/lib/vdr/vdr-groups.sh may now be used by plugins to
+  manage the group memberships of the user 'vdr'. See README.Debian
+  for details on how to use this script.
+  
+  If you manually need to add the user 'vdr' to a group, you should
+  add the group name to /etc/vdr/vdr-groups. This way the vdr-groups.sh
+  script used by plugin installation/deinstallation procedures does
+  not try to remove vdr from this group.
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sun,  6 May 2007 20:43:44 +0200
+
 vdr (1.2.6-9) experimental; urgency=low
 
   This release adds a patch which allows us to have just one binary-

Modified: vdr/vdr/trunk/debian/vdr.groups
===================================================================
--- vdr/vdr/trunk/debian/vdr.groups	2007-05-06 17:32:15 UTC (rev 4550)
+++ vdr/vdr/trunk/debian/vdr.groups	2007-05-06 18:48:49 UTC (rev 4551)
@@ -1,3 +1,9 @@
-# vdr should be in the groups vdr and video
+#
+# If you add the user vdr manually to a group, you should list this
+# group here. The plugin installation / deinstallation procedures may
+# automatically remove vdr from a group, that isn't listed here.
+#
+
+# vdr should be in the groups vdr and video. You shouldn't change this!
 vdr
 video




More information about the pkg-vdr-dvb-changes mailing list