| Summary: | Handbook typo in program listing block in Section 21.3.3 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Tom <trh411> |
| Component: | Books & Articles | Assignee: | Warren Block <wblock> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Tom
2014-04-01 18:00:00 UTC
Responsible Changed From-To: freebsd-bugs->wblock Recategorize as docs and take. Author: wblock Date: Tue Apr 1 17:27:11 2014 New Revision: 44406 URL: http://svnweb.freebsd.org/changeset/doc/44406 Log: Correct permissions shown for host DVD/CD pass-through. PR: docs/188176 Submitted by: Tom Hoffmann <trh411@gmail.com> Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Apr 1 10:06:02 2014 (r44405) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Tue Apr 1 17:27:11 2014 (r44406) @@ -1247,10 +1247,10 @@ add path 'usb/*' mode 0660 group operato and <filename>/dev/pass<replaceable>N</replaceable></filename>. This is usually achieved by making the user a member of <systemitem class="groupname">operator</systemitem>. Permissions to these devices - have to be corrected by adding the following lines to + have to be corrected by adding these lines to <filename>/etc/devfs.conf</filename>:</para> - <programlisting>perm cd* 0600 + <programlisting>perm cd* 0660 perm xpt0 0660 perm pass* 0660</programlisting> _______________________________________________ svn-doc-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |