Sat Aug 27 21:56:59 CEST 2005  VMiklos <[EMAIL PROTECTED]>
  * cdroms are now owned by the cdrom group
  this would have to be done a long time ago...
diff -rN -u old-setup/src/setup new-setup/src/setup
--- old-setup/src/setup 2005-08-27 23:48:12.000000000 +0200
+++ new-setup/src/setup 2005-08-27 23:48:13.000000000 +0200
@@ -771,8 +771,8 @@
                if [ $? = 0 ]; then
                        clear
                        chroot ./ /usr/sbin/adduser
-                       # add the user to the disk group to be able to eject cds
-                       chroot ./ /usr/bin/sed -i "s/\(^disk:.*\)$/\1,`sed -n 
's/^\([^:]*\):.*/\1/;$ p' etc/passwd`/" etc/group
+                       # add the user to the cdrom group to be able to eject 
cds
+                       chroot ./ /usr/bin/sed -i "s/\(^cdrom:.*\)$/\1,`sed -n 
's/^\([^:]*\):.*/\1/;$ p' etc/passwd`/" etc/group
                else
                        break;
                fi

_______________________________________________
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to