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

holger at alioth.debian.org holger at alioth.debian.org
Thu Feb 5 21:02:49 UTC 2009


Author: holger
Date: 2009-02-05 21:02:49 +0000 (Thu, 05 Feb 2009)
New Revision: 293

Modified:
   fai-config/scripts/FOSDEM/10-adduser-dvswitch
Log:
also create group 1008

Modified: fai-config/scripts/FOSDEM/10-adduser-dvswitch
===================================================================
--- fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 20:29:08 UTC (rev 292)
+++ fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 21:02:49 UTC (rev 293)
@@ -13,6 +13,9 @@
 $ROOTCMD chown -R $USER.$USER /home/$USER/.ssh
 $ROOTCMD chmod 700 /home/$USER/.ssh
 
+# we normally get this group from ldap
+addgroup --gid 1008 videoteam
+
 # 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