On Mon, Dec 22, 2003 at 02:04:33PM -0500, Timothy J. Massey wrote:
> I took the easy way out.  I chmod 666'ed all of the devices listed as 
> <audio> devices in console.perms and now VNC users can play sounds.  I'm 

OUCH!

Use this script:

./foo username group dev

#!/bin/sh
user=$1
group=$2
dev=$3

addgroup $group
chgrp $group /dev/$dev
adduser $user $group
chmod 660 /dev/$dev
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to