[Debconf-video-commits] r290 - fai-config/scripts/FOSDEM

holger at alioth.debian.org holger at alioth.debian.org
Thu Feb 5 20:05:15 UTC 2009


Author: holger
Date: 2009-02-05 20:05:15 +0000 (Thu, 05 Feb 2009)
New Revision: 290

Modified:
   fai-config/scripts/FOSDEM/10-adduser-dvswitch
Log:
add dvswitch user to all relevant groups, incl. 1008 (which is what /dev/raw1394 has as gid)

Modified: fai-config/scripts/FOSDEM/10-adduser-dvswitch
===================================================================
--- fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 19:53:15 UTC (rev 289)
+++ fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 20:05:15 UTC (rev 290)
@@ -12,4 +12,7 @@
 $ROOTCMD touch /home/$USER/.ssh/authorized_keys
 $ROOTCMD chown -R $USER.$USER /home/$USER/.ssh
 $ROOTCMD chmod 700 /home/$USER/.ssh
+
+# 1008 is the videoteam group which owns the raw1394 device etc
+for i in dialout cdrom floppy audio video plugdev powerdev nvram netdev 1008 ; do $ROOTCMD adduser --quiet $USER $i ; done
   




More information about the Debconf-video-commits mailing list