瀏覽代碼

Add cdrom group as required by Udev rules file (merged from trunk 7022)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父節點
當前提交
5473c66643
共有 3 個文件被更改,包括 7 次插入3 次删除
  1. 3 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/pwdgroup.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -42,6 +42,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>October 15, 2005 [matt]: Add a cdrom group as required by the
+Udev rules file</para></listitem>
+
 <listitem><para>October 14th, 2005 [ken]: Added a patch to allow binutils
 to be built from a host running gcc-4, updateid gcc instructions for the rtld
 patch, updated space/time for perl and zlib.</para></listitem> 	

+ 2 - 1
chapter06/pwdgroup.xml

@@ -47,7 +47,8 @@ dialout:x:10:
 audio:x:11:
 video:x:12:
 utmp:x:13:
-usb:x:14:</literal>
+usb:x:14:
+cdrom:x:15:</literal>
 EOF</userinput></screen>
 
 <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"?>
-<!ENTITY version "20051014">
-<!ENTITY releasedate "October 14, 2005">
+<!ENTITY version "SVN-20051015">
+<!ENTITY releasedate "October 15, 2005">
 <!ENTITY milestone "6.1.1">
 <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->