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

holger at alioth.debian.org holger at alioth.debian.org
Thu Feb 5 21:18:04 UTC 2009


Author: holger
Date: 2009-02-05 21:18:03 +0000 (Thu, 05 Feb 2009)
New Revision: 295

Modified:
   fai-config/scripts/FOSDEM/10-adduser-dvswitch
Log:
bugfix

Modified: fai-config/scripts/FOSDEM/10-adduser-dvswitch
===================================================================
--- fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 21:08:49 UTC (rev 294)
+++ fai-config/scripts/FOSDEM/10-adduser-dvswitch	2009-02-05 21:18:03 UTC (rev 295)
@@ -14,8 +14,8 @@
 $ROOTCMD chmod 700 /home/$USER/.ssh
 
 # we normally get this group from ldap
-addgroup --gid 1008 videoteam
+addgroup --quiet --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
+# the videoteam group which owns the raw1394 device etc
+for i in dialout cdrom floppy audio video plugdev powerdev nvram netdev videoteam ; do $ROOTCMD adduser --quiet $USER $i ; done
   




More information about the Debconf-video-commits mailing list