Jelajahi Sumber

Add cdrom group as required by the Udev rules file

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 tahun lalu
induk
melakukan
3da377d893
3 mengubah file dengan 7 tambahan dan 3 penghapusan
  1. 3 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/pwdgroup.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -123,6 +123,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>October 14, 2005 [matt]: Add a cdrom group as required by the
+Udev rules file</para></listitem>
+
 <listitem><para>October 9, 2005 [matt]: Emphasise the fact that one must delete
 <listitem><para>October 9, 2005 [matt]: Emphasise the fact that one must delete
 the source directory after each package has been installed.  Fixes bug 1638.
 the source directory after each package has been installed.  Fixes bug 1638.
 Thanks to Chris Staub.</para></listitem>
 Thanks to Chris Staub.</para></listitem>

+ 2 - 1
chapter06/pwdgroup.xml

@@ -47,7 +47,8 @@ dialout:x:10:
 audio:x:11:
 audio:x:11:
 video:x:12:
 video:x:12:
 utmp:x:13:
 utmp:x:13:
-usb:x:14:</literal>
+usb:x:14:
+cdrom:x:15:</literal>
 EOF</userinput></screen>
 EOF</userinput></screen>
 
 
 <para>The created groups are not part of any standard&mdash;they are groups
 <para>The created groups are not part of any standard&mdash;they are groups

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051009">
-<!ENTITY releasedate "October 9, 2005">
+<!ENTITY version "SVN-20051015">
+<!ENTITY releasedate "October 15, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->