mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Removed gids that are defined in LFS.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5980 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a82d74d73b
commit
33ca2b6de9
@ -129,6 +129,7 @@ install -v -m644 apidocs/html/* \
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Libusb</title>
|
||||
|
||||
<!--
|
||||
<para><application>libusb</application> requires the
|
||||
<systemitem class="filesystem">usbfs</systemitem> kernel filesystem
|
||||
to be mounted on <filename class="directory">/proc/bus/usb</filename>.
|
||||
@ -139,6 +140,7 @@ install -v -m644 apidocs/html/* \
|
||||
class="filesystem">usb</systemitem> group using the following command:</para>
|
||||
|
||||
<screen role='root'><userinput>groupadd -g 14 usb</userinput></screen>
|
||||
-->
|
||||
|
||||
<para id="libusb-kernel">Ensure that you have compiled the <quote>USB device
|
||||
filesystem</quote> directly into the kernel or compiled it as a module
|
||||
|
@ -44,6 +44,11 @@
|
||||
<listitem>
|
||||
<para>April 30th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Removed the gid for bina and usb as they
|
||||
are defined in LFS. Added comment in the section about
|
||||
users and groups that base entries are in LFS.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to K3b-0.12.15.</para>
|
||||
</listitem>
|
||||
|
@ -52,8 +52,9 @@
|
||||
Linux Standard Base</ulink> recommends that system uid and gid values should be
|
||||
below 100.</para>
|
||||
|
||||
<para>Below is a table of suggested uid/gid values used in BLFS. These can
|
||||
be changed as desired, but provide a suggested set of consistent values.</para>
|
||||
<para>Below is a table of suggested uid/gid values used in BLFS beyond those
|
||||
defined in a base LFS installation. These can be changed as desired, but
|
||||
provide a suggested set of consistent values.</para>
|
||||
|
||||
<table id="uidgid" class='uidvalues'>
|
||||
<title>UID/GID Suggested Values</title>
|
||||
@ -62,9 +63,9 @@
|
||||
<row><entry>Name</entry><entry>uid</entry><entry>gid</entry></row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row><entry>bin </entry><entry> 1</entry><entry> 1</entry></row>
|
||||
<row><entry>bin </entry><entry> 1</entry><entry> </entry></row>
|
||||
<row><entry>lp </entry><entry> 9</entry><entry> </entry></row>
|
||||
<row><entry>usb </entry><entry> </entry><entry>14</entry></row>
|
||||
<!--<row><entry>usb </entry><entry> </entry><entry>14</entry></row> -->
|
||||
<row><entry>messagebus</entry><entry>18</entry><entry>18</entry></row>
|
||||
<row><entry>haldaemon</entry><entry>19</entry><entry>19</entry></row>
|
||||
<row><entry>named </entry><entry>20</entry><entry>20</entry></row>
|
||||
|
Loading…
Reference in New Issue
Block a user