Date: Wed, 25 Feb 2015 08:44:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198019] [PATCH]: FreeBSD 10.1 fix for comms/telldus-core Message-ID: <bug-198019-13-EHEyLg48eY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-198019-13@https.bugs.freebsd.org/bugzilla/> References: <bug-198019-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198019 --- Comment #5 from johan@stromnet.se --- Thanks for quick fixes! When can one expect this to be in 10.1-RELEASE (or 9.3-RELEASE) as available via freebsd-update? The original submitted patch contained this workaround (at least working on FreeBSD 10.1) until proper is usable: action "dev=`usbconfig dump_device_desc | grep $sernum -B14|grep ugen|cut -f1 -d':'`; chgrp dialer /dev/$$dev; chmod 660 /dev/$$dev; ..." Unless this can be in generic relatively soon, I'd prefer to have the above hack in the port to avoid breakage. Without the chown/chmod the port is unusable. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198019-13-EHEyLg48eY>